blob: e9027578fc69dd1c6514b41412ea42861511aee5 (
plain)
1
2
3
4
5
6
7
8
|
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/
|