Convert ncurses to new packaging style
[openwrt.git] / openwrt / package / ncurses / Config.in
index 09b4adc..a83fde4 100644 (file)
@@ -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
This page took 0.019915 seconds and 4 git commands to generate.