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 / wvdial / Config.in
1 config BR2_PACKAGE_WVDIAL
2         bool "wvdial"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # wvstreams
5         depends on !BR2_STATIC_LIBS # wvstreams
6         select BR2_PACKAGE_WVSTREAMS
7         help
8           wvdial is an intelligent Point-to-Point Protocol dialer
9
10           http://wvdial.googlecode.com/
11
12 comment "wvdial needs a toolchain w/ C++, dynamic library"
13         depends on BR2_USE_MMU
14         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS