1 config BR2_PACKAGE_NANO
3 depends on BR2_USE_WCHAR
4 # full version uses fork()
5 select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
6 select BR2_PACKAGE_NCURSES
8 A nice ncurses-based editor. Started out as a clone of pico.
9 Great editor for new users.
11 http://www.nano-editor.org/
15 config BR2_PACKAGE_NANO_TINY
16 bool "optimize for size"
19 Disable all features for the sake of size.
23 comment "nano needs a toolchain w/ wchar"
24 depends on !BR2_USE_WCHAR