The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / minicom / Config.in
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.
9           It emulates ANSI and VT102 terminals. It has a
10           dialing directory and auto zmodem download.
11
12           http://alioth.debian.org/projects/minicom
13
14 comment "minicom needs a toolchain w/ wchar"
15         depends on BR2_USE_MMU
16         depends on !BR2_USE_WCHAR