Config.in 435 B

1234567891011121314
  1. config BR2_PACKAGE_MINICOM
  2. bool "minicom"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. Minicom is a menu driven communications program.
  8. It emulates ANSI and VT102 terminals. It has a
  9. dialing directory and auto zmodem download.
  10. http://alioth.debian.org/projects/minicom
  11. comment "minicom requires a toolchain with WCHAR support"
  12. depends on !BR2_USE_WCHAR