X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..c898055ff7969e0b4ac01861fd280f41517db1e9:/openwrt/package/ncurses/Config.in diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in index 09b4adcde..fd82fbac5 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 - 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