add libmenu to ncurses package
[openwrt-10.03/.git] / package / ncurses / Config.in
index 09b4adcde4996a1359b2c2adad6ef7289696df1c..fd82fbac51168c16b92088bb6beef79ae22f5cbb 100644 (file)
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_NCURSES
-       tristate "ncurses"
+config BR2_PACKAGE_LIBNCURSES
+       tristate "libncurses - 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