diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:08:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:08:15 +0000 |
commit | fa61a60f679a4ed1ef7a4da66dc3ddfaafe17a08 (patch) | |
tree | 147f40ff1cf25e1c68dc7186710d9e5c33b15080 /target/linux/linux-2.4/config | |
parent | 28485b4b5182e0afb75d3ea23fdc03bc6eed3962 (diff) | |
download | upstream-fa61a60f679a4ed1ef7a4da66dc3ddfaafe17a08.tar.gz upstream-fa61a60f679a4ed1ef7a4da66dc3ddfaafe17a08.tar.bz2 upstream-fa61a60f679a4ed1ef7a4da66dc3ddfaafe17a08.zip |
enable socket filtering in HEAD, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1302 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/config')
-rw-r--r-- | target/linux/linux-2.4/config/brcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/config/brcm b/target/linux/linux-2.4/config/brcm index a27a0758c5..f496c3358a 100644 --- a/target/linux/linux-2.4/config/brcm +++ b/target/linux/linux-2.4/config/brcm @@ -316,7 +316,7 @@ CONFIG_PACKET_MMAP=y CONFIG_NETLINK_DEV=m CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set -# CONFIG_FILTER is not set +CONFIG_FILTER=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y |