summaryrefslogtreecommitdiff
path: root/openwrt/package/ncurses/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-08 04:26:43 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-08 04:26:43 +0000
commitbeaef8ba49e554176fe634559fc45a0f82638868 (patch)
tree213b044021b3674e67aa86c51c8f8814ed264a3f /openwrt/package/ncurses/Config.in
parente453c6a39492a2fe97ce38c354b2b9a9657eb190 (diff)
downloadmtk-20170518-beaef8ba49e554176fe634559fc45a0f82638868.zip
mtk-20170518-beaef8ba49e554176fe634559fc45a0f82638868.tar.gz
mtk-20170518-beaef8ba49e554176fe634559fc45a0f82638868.tar.bz2
Add ncurses package
SVN-Revision: 350
Diffstat (limited to 'openwrt/package/ncurses/Config.in')
-rw-r--r--openwrt/package/ncurses/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in
new file mode 100644
index 0000000..9d6770c
--- /dev/null
+++ b/openwrt/package/ncurses/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_NCURSES
+ tristate "ncurses"
+ default m
+ help
+ A terminal handling library
+
+ http://www.gnu.org/software/ncurses/
+
+