X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5bda08813bc391e4a429a5eefdc068f57b9c2545..301082b9f3e350974da5c67e9713455ab8c9feb8:/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