X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0cf11ccf93fd81e9a98571a154b9afce9034e502..59cd3457ae474d7b1a853809321a7df46264be30:/openwrt/package/ncurses/Config.in diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in index 9d6770cc7..552a6ccd2 100644 --- a/openwrt/package/ncurses/Config.in +++ b/openwrt/package/ncurses/Config.in @@ -1,9 +1,14 @@ -config BR2_PACKAGE_NCURSES - tristate "ncurses" - default m +config BR2_COMPILE_NCURSES + tristate + depends BR2_PACKAGE_LIBNCURSES + +config BR2_PACKAGE_LIBNCURSES + prompt "libncurses........................ Terminal handling library" + tristate + default m if CONFIG_DEVEL + select BR2_COMPILE_NCURSES help A terminal handling library http://www.gnu.org/software/ncurses/ -