fix typo in SSH init script, closes #351
[openwrt.git] / package / ppp / Config.in
index 3ac1498..0dda3cc 100644 (file)
@@ -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
This page took 0.019498 seconds and 4 git commands to generate.