diff options
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/ + |