diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 04:26:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 04:26:43 +0000 |
commit | 0cf11ccf93fd81e9a98571a154b9afce9034e502 (patch) | |
tree | 213b044021b3674e67aa86c51c8f8814ed264a3f /openwrt/package/Makefile | |
parent | 6f22b3f9f693ab2dce37662a867f9e6d8aff34a8 (diff) |
Add ncurses package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@350 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index a0aa4caa94..5bf8c67f18 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -13,6 +13,7 @@ package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_ZLIB) += zlib package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl +package-$(BR2_PACKAGE_NCURSES) += ncurses package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_PCRE) += pcre |