2013-04-25 12:07:02 +02:00
|
|
|
config BR2_PACKAGE_WVDIAL
|
|
|
|
bool "wvdial"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-05-28 13:17:20 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2013-04-25 12:07:02 +02:00
|
|
|
depends on BR2_USE_MMU # wvstreams
|
|
|
|
select BR2_PACKAGE_WVSTREAMS
|
|
|
|
help
|
|
|
|
wvdial is an intelligent Point-to-Point Protocol dialer
|
|
|
|
|
|
|
|
http://wvdial.googlecode.com/
|
2013-05-28 13:17:20 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "wvdial needs a toolchain w/ C++, largefile"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-05-28 13:17:20 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
|