blob: 0a84ec886de93902e5fbf83def113cc836cdb946 (
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/
|