X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/615194dcd74b199eed1285423f91c560b2d0757a..c13a0258ce261292aba984b290df7f1d50cb21c1:/openwrt/package/ncurses/Config.in 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