|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_WVDIAL
|
|
config BR2_PACKAGE_WVDIAL
|
|
bool "wvdial"
|
|
bool "wvdial"
|
|
|
|
+ depends on BR2_DEPRECATED_SINCE_2016_08
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # wvstreams
|
|
depends on BR2_USE_MMU # wvstreams
|
|
depends on !BR2_STATIC_LIBS # wvstreams
|
|
depends on !BR2_STATIC_LIBS # wvstreams
|
|
@@ -11,5 +12,6 @@ config BR2_PACKAGE_WVDIAL
|
|
http://wvdial.googlecode.com/
|
|
http://wvdial.googlecode.com/
|
|
|
|
|
|
comment "wvdial needs a glibc or uClibc toolchain w/ C++, dynamic library"
|
|
comment "wvdial needs a glibc or uClibc toolchain w/ C++, dynamic library"
|
|
|
|
+ depends on BR2_DEPRECATED_SINCE_2016_08
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|