diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 22:28:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-19 22:28:50 +0000 |
commit | ceeaae231ccb233312cfd40dee9b4ec2a069f597 (patch) | |
tree | bd942a6081bd4cb84a65ea82b11fb5e21402134e /openwrt/package/nano/Config.in | |
parent | 1e9a652aca56c80af1f4d971b5f820196245801e (diff) |
add nano
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1945 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0000000000..612afdbc0a --- /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/ + |