X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0cf11ccf93fd81e9a98571a154b9afce9034e502..e65f9fee8d8ff45191f472f2f7788e7812faa423:/openwrt/package/ncurses/Config.in diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in index 9d6770cc7..a83fde432 100644 --- a/openwrt/package/ncurses/Config.in +++ b/openwrt/package/ncurses/Config.in @@ -1,9 +1,12 @@ -config BR2_PACKAGE_NCURSES - tristate "ncurses" - default m +config BR2_PACKAGE_LIBNCURSES + tristate "libncurses - a 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