X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..2871918f50b1489576f932290c46a4af11b05b20:/openwrt/package/ncurses/Config.in

diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in
index 09b4adcde..552a6ccd2 100644
--- a/openwrt/package/ncurses/Config.in
+++ b/openwrt/package/ncurses/Config.in
@@ -1,9 +1,14 @@
-config BR2_PACKAGE_NCURSES
-	tristate "ncurses"
+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/
-