diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:28:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:28:50 +0000 |
commit | 7e3d15543ba6208e6947a1828ba9b75fee63982c (patch) | |
tree | bd942a6081bd4cb84a65ea82b11fb5e21402134e /openwrt/package/nano/Config.in | |
parent | d05b208b72cd613dc77bb956fb3ee9a0e2533de0 (diff) | |
download | mtk-20170518-7e3d15543ba6208e6947a1828ba9b75fee63982c.zip mtk-20170518-7e3d15543ba6208e6947a1828ba9b75fee63982c.tar.gz mtk-20170518-7e3d15543ba6208e6947a1828ba9b75fee63982c.tar.bz2 |
add nano
SVN-Revision: 1945
Diffstat (limited to 'openwrt/package/nano/Config.in')
-rw-r--r-- | openwrt/package/nano/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/nano/Config.in b/openwrt/package/nano/Config.in new file mode 100644 index 0000000..612afdb --- /dev/null +++ b/openwrt/package/nano/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_NANO + tristate "nano - An enhanced clone of the Pico text editor" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBNCURSES + help + GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.. + + http://www.nano-editor.org/ + |