summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ncurses/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 13:25:18 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 13:25:18 +0000
commitc13a0258ce261292aba984b290df7f1d50cb21c1 (patch)
treedca833f3b8e7c8dcef9324b3ee395302a50a66a5 /openwrt/package/ncurses/Config.in
parent615194dcd74b199eed1285423f91c560b2d0757a (diff)
Convert ncurses to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@930 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ncurses/Config.in')
-rw-r--r--openwrt/package/ncurses/Config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in
index 09b4adcde..a83fde432 100644
--- a/openwrt/package/ncurses/Config.in
+++ b/openwrt/package/ncurses/Config.in
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_NCURSES
- tristate "ncurses"
+config BR2_PACKAGE_LIBNCURSES
+ tristate "libncurses - a terminal handling library"
default m if CONFIG_DEVEL
help
A terminal handling library
@@ -7,3 +7,6 @@ config BR2_PACKAGE_NCURSES
http://www.gnu.org/software/ncurses/
+config BR2_PACKAGE_NCURSES
+ tristate
+ default BR2_PACKAGE_LIBNCURSES