X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/691a17ca17800dd0a75e567fc362d060fa86b479..635c2ab4c0f17d97ce62c70911260dd5cc2824f1:/openwrt/package/ppp/Config.in diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 3ac149802..21139adf7 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/package/ppp/Config.in @@ -3,14 +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" + prompt "Enable filter support" bool default y - depends BR2_PACKAGE_LIBPCAP config BR2_PACKAGE_PPP_MOD_PPPOA prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"