X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ba4d8ece099f23664e925dfcd1f5b3762e44dab9..5ea27e59d44af003759a181f0aa00884e3827f30:/package/ppp/Config.in?ds=sidebyside diff --git a/package/ppp/Config.in b/package/ppp/Config.in index 3ac149802..0dda3cc83 100644 --- a/package/ppp/Config.in +++ b/package/ppp/Config.in @@ -3,13 +3,14 @@ menu "ppp............................... PPP (Point-to-Point Protocol) daemon" config BR2_PACKAGE_PPP prompt "ppp............................... PPP (Point-to-Point Protocol) daemon" tristate + default n if BR2_LINUX_2_6_ARUBA default y select BR2_PACKAGE_KMOD_PPP config BR2_PACKAGE_PPP_WITH_FILTER prompt "Enable filter support" bool - default y + default n depends BR2_PACKAGE_LIBPCAP config BR2_PACKAGE_PPP_MOD_PPPOA