diff options
Diffstat (limited to 'openwrt/package/nano/Config.in')
-rw-r--r-- | openwrt/package/nano/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/nano/Config.in b/openwrt/package/nano/Config.in index 612afdbc0a..70cae55309 100644 --- a/openwrt/package/nano/Config.in +++ b/openwrt/package/nano/Config.in @@ -1,9 +1,10 @@ config BR2_PACKAGE_NANO - tristate "nano - An enhanced clone of the Pico text editor" + prompt "nano.............................. An enhanced clone of the Pico text editor" + tristate 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/ - + |