X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6c7547bcca9ebe6580c841e140b44b8ed8675f56..03b5f460f4d0c245c5091118ca291038493242cc:/openwrt/package/ncurses/Config.in diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in index fd82fbac5..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 - 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