2012-03-09 14:18:03 +01:00
|
|
|
config BR2_PACKAGE_MINICOM
|
|
|
|
bool "minicom"
|
|
|
|
depends on BR2_USE_WCHAR
|
2013-01-14 23:06:42 +01:00
|
|
|
depends on BR2_USE_MMU # fork
|
2012-03-09 14:18:03 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
|
|
|
Minicom is a menu driven communications program.
|
|
|
|
It emulates ANSI and VT102 terminals. It has a
|
|
|
|
dialing directory and auto zmodem download.
|
|
|
|
|
|
|
|
http://alioth.debian.org/projects/minicom
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "minicom needs a toolchain w/ wchar"
|
2012-03-09 14:18:03 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|