X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5bda08813bc391e4a429a5eefdc068f57b9c2545..d7a58579b4f59c73a3844c20649d6d7483402e58:/package/ncurses/Config.in?ds=sidebyside diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index 9d6770cc7..fd82fbac5 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -1,9 +1,12 @@ -config BR2_PACKAGE_NCURSES - tristate "ncurses" - default m +config BR2_PACKAGE_LIBNCURSES + tristate "libncurses - 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