aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/ncurses/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/ncurses/Config.in')
-rw-r--r--openwrt/package/ncurses/Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in
deleted file mode 100644
index 552a6ccd28..0000000000
--- a/openwrt/package/ncurses/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-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/
-