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/Config.in | |
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/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index cdce099fc6..294482e97c 100644 --- a/package/Config.in +++ b/package/Config.in @@ -29,6 +29,7 @@ source "package/libpcap/Config.in" source "package/libelf/Config.in" source "package/matrixssl/Config.in" source "package/lzo/Config.in" +source "package/ncurses/Config.in" source "package/openssl/Config.in" source "package/pcre/Config.in" source "package/popt/Config.in" |