blob: 8c780960f8c433c91acb78d62994d34d405fdc5b (
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/
 |