buildrootschalter/package/nano/Config.in

16 lines
346 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_NANO
2004-10-14 21:57:18 +02:00
bool "nano"
select BR2_PACKAGE_NCURSES
2004-10-09 08:13:40 +02:00
help
A nice ncurses-based editor. Started out as a clone of pico.
2004-10-14 21:57:18 +02:00
Great editor for new users.
2004-10-14 22:13:12 +02:00
http://www.nano-editor.org/
config BR2_PACKAGE_NANO_TINY
bool "optimize for size"
default y
depends on BR2_PACKAGE_NANO
help
Disable all features for the sake of size.