diff options
Diffstat (limited to 'openwrt/package/ncurses/Config.in')
-rw-r--r-- | openwrt/package/ncurses/Config.in | 7 |
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 |