X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7bd944d2153b871aaaee970811f27772cbe36a6f..df5b298a493eb03fa72742e099573dc1c4424854:/package/ppp/Config.in diff --git a/package/ppp/Config.in b/package/ppp/Config.in index d97c34220..21139adf7 100644 --- a/package/ppp/Config.in +++ b/package/ppp/Config.in @@ -3,9 +3,15 @@ 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 + config BR2_PACKAGE_PPP_MOD_PPPOA prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin" tristate