Config.in 593 B

1234567891011121314151617
  1. config BR2_PACKAGE_WVDIAL
  2. bool "wvdial"
  3. depends on BR2_DEPRECATED_SINCE_2016_08
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on BR2_USE_MMU # wvstreams
  6. depends on !BR2_STATIC_LIBS # wvstreams
  7. depends on !BR2_TOOLCHAIN_USES_MUSL # wvstreams
  8. select BR2_PACKAGE_WVSTREAMS
  9. help
  10. wvdial is an intelligent Point-to-Point Protocol dialer
  11. http://wvdial.googlecode.com/
  12. comment "wvdial needs a glibc or uClibc toolchain w/ C++, dynamic library"
  13. depends on BR2_DEPRECATED_SINCE_2016_08
  14. depends on BR2_USE_MMU
  15. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL