add p910nd (thanks to Oliver Ertl)
[openwrt.git] / openwrt / package / ncurses / Config.in
index 9d6770c..fd82fba 100644 (file)
@@ -1,9 +1,12 @@
-config BR2_PACKAGE_NCURSES
-       tristate "ncurses"
-       default m
+config BR2_PACKAGE_LIBNCURSES
+       tristate "libncurses - Terminal handling library"
+       default m if CONFIG_DEVEL
        help
          A terminal handling library
          
          http://www.gnu.org/software/ncurses/
          
 
+config BR2_PACKAGE_NCURSES
+       tristate
+       default BR2_PACKAGE_LIBNCURSES
This page took 0.023494 seconds and 4 git commands to generate.