diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 04:26:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 04:26:43 +0000 |
commit | c982f281803ed155a6988aee3159af5754e9552a (patch) | |
tree | 334311f738c13084970dfcf58696a53d12ee037d /package/Makefile | |
parent | 65a3527553584226474fd989a3cf4d2f990045e1 (diff) | |
download | upstream-c982f281803ed155a6988aee3159af5754e9552a.tar.gz upstream-c982f281803ed155a6988aee3159af5754e9552a.tar.bz2 upstream-c982f281803ed155a6988aee3159af5754e9552a.zip |
Add ncurses package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@350 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index a0aa4caa94..5bf8c67f18 100644 --- a/package/Makefile +++ b/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 |