X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c13a0258ce261292aba984b290df7f1d50cb21c1..e6f2e06d246df0b2c5d54e53a6f31d397fa6b7f5:/openwrt/package/ncurses/Config.in diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in index a83fde432..552a6ccd2 100644 --- a/openwrt/package/ncurses/Config.in +++ b/openwrt/package/ncurses/Config.in @@ -1,12 +1,14 @@ +config BR2_COMPILE_NCURSES + tristate + depends BR2_PACKAGE_LIBNCURSES + config BR2_PACKAGE_LIBNCURSES - tristate "libncurses - a terminal handling library" + 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/ - -config BR2_PACKAGE_NCURSES - tristate - default BR2_PACKAGE_LIBNCURSES