diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-02-05 20:41:01 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-02-05 20:41:01 +0000 |
| commit | f65376e1b8620d01470c035a35a9ff737c3fef0a (patch) | |
| tree | cdf04dbba9c5d227f3143f012c63d71d00679b8f | |
| parent | d94f1af2b61bc8359776951bb358ba5c7b2f3a86 (diff) | |
| download | upstream-f65376e1b8620d01470c035a35a9ff737c3fef0a.tar.gz upstream-f65376e1b8620d01470c035a35a9ff737c3fef0a.tar.bz2 upstream-f65376e1b8620d01470c035a35a9ff737c3fef0a.zip | |
Added support for ppp filtering, as userland pppd can now support filtering
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3151 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/ar531x-2.4/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/ar7-2.4/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/aruba-2.6/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/brcm-2.4/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/brcm-2.6/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/x86-2.4/config | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/x86-2.6/config | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/openwrt/target/linux/ar531x-2.4/config b/openwrt/target/linux/ar531x-2.4/config index 4cf9d3b2497..e9d8f8a54d3 100644 --- a/openwrt/target/linux/ar531x-2.4/config +++ b/openwrt/target/linux/ar531x-2.4/config @@ -628,7 +628,7 @@ CONFIG_NET_ETHERNET=y # CONFIG_PLIP is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/ar7-2.4/config b/openwrt/target/linux/ar7-2.4/config index fb4ede09035..06852c77cda 100644 --- a/openwrt/target/linux/ar7-2.4/config +++ b/openwrt/target/linux/ar7-2.4/config @@ -678,7 +678,7 @@ CONFIG_AVALANCHE_CPMAC_AUTO=y # CONFIG_PLIP is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/aruba-2.6/config b/openwrt/target/linux/aruba-2.6/config index 17ea6b3b980..afda3fad854 100644 --- a/openwrt/target/linux/aruba-2.6/config +++ b/openwrt/target/linux/aruba-2.6/config @@ -826,7 +826,7 @@ CONFIG_NET_WIRELESS=y # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/brcm-2.4/config b/openwrt/target/linux/brcm-2.4/config index b6120ebca5b..1ca20ab1ed5 100644 --- a/openwrt/target/linux/brcm-2.4/config +++ b/openwrt/target/linux/brcm-2.4/config @@ -812,7 +812,7 @@ CONFIG_B44=y # CONFIG_PLIP is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/brcm-2.6/config b/openwrt/target/linux/brcm-2.6/config index bc6270afa1e..303d8fd4f64 100644 --- a/openwrt/target/linux/brcm-2.6/config +++ b/openwrt/target/linux/brcm-2.6/config @@ -976,7 +976,7 @@ CONFIG_ATM_TCP=m # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/x86-2.4/config b/openwrt/target/linux/x86-2.4/config index d46dc3cfdfe..7b4afaa9c0c 100644 --- a/openwrt/target/linux/x86-2.4/config +++ b/openwrt/target/linux/x86-2.4/config @@ -763,7 +763,7 @@ CONFIG_8139TOO=m # CONFIG_PLIP is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 9eeee7d284a..5347e6b7d4e 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -1133,7 +1133,7 @@ CONFIG_ATM_TCP=m # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set -# CONFIG_PPP_FILTER is not set +CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=m # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=m |
