02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
config BR2_PACKAGE_NANO
|
|
bool "nano"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
A nice ncurses-based editor. Started out as a clone of pico.
|
|
Great editor for new users.
|
|
|
|
http://www.nano-editor.org/
|