Config.in 346 B

123456789101112131415
  1. config BR2_PACKAGE_NANO
  2. bool "nano"
  3. select BR2_PACKAGE_NCURSES
  4. help
  5. A nice ncurses-based editor. Started out as a clone of pico.
  6. Great editor for new users.
  7. http://www.nano-editor.org/
  8. config BR2_PACKAGE_NANO_TINY
  9. bool "optimize for size"
  10. default y
  11. depends on BR2_PACKAGE_NANO
  12. help
  13. Disable all features for the sake of size.