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 | 812ed0fec07831c3347d957b077d7edd5b70aa7d (patch) | |
tree | ef4b6a8cba3b78ae0dfc3391472556d4988a7e9a /package/nano/Config.in | |
parent | b997d07ee87438601de19eaf53584ba450c47e4a (diff) | |
download | upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.tar.gz upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.tar.bz2 upstream-812ed0fec07831c3347d957b077d7edd5b70aa7d.zip |
add nano
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nano/Config.in')
-rw-r--r-- | package/nano/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/nano/Config.in b/package/nano/Config.in new file mode 100644 index 0000000000..612afdbc0a --- /dev/null +++ b/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/ + |