readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools
[openwrt.git] / package / ppp / Config.in
index d97c34220bcf0d9f82b21f77c09162a40cea9f89..21139adf77619e7b1238146030e25162a15e9b35 100644 (file)
@@ -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