blob: 272c061eed2b8d5448b22ac3d855b3ad2900c9f7 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_NANO
bool "nano"
default n
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/
|