Config.in 481 B

12345678910111213141516
  1. config BR2_PACKAGE_MINICOM
  2. bool "minicom"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork
  5. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  6. select BR2_PACKAGE_NCURSES
  7. help
  8. Minicom is a menu driven communications program. It emulates
  9. ANSI and VT102 terminals. It has a dialing directory and auto
  10. zmodem download.
  11. https://salsa.debian.org/minicom-team/minicom
  12. comment "minicom needs a toolchain w/ wchar"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR