2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_NANO
|
2004-10-14 21:57:18 +02:00
|
|
|
bool "nano"
|
2013-10-28 00:18:19 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-10-03 04:13:32 +02:00
|
|
|
# full version uses fork()
|
|
|
|
select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
|
2007-01-03 14:44:01 +01:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2010-02-18 20:01:01 +01:00
|
|
|
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/
|
2011-03-07 16:55:36 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_NANO
|
|
|
|
|
2011-03-07 16:55:36 +01:00
|
|
|
config BR2_PACKAGE_NANO_TINY
|
|
|
|
bool "optimize for size"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Disable all features for the sake of size.
|
2013-10-28 00:18:19 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-28 00:18:19 +01:00
|
|
|
comment "nano needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|