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 | d85897570d6818e52afc78eb897795dcc34e1bc4 (patch) | |
tree | 11cfbd80807507f985681a7ed22232ac20e22bbd /openwrt/target/linux/linux-2.4/config | |
parent | 616485e62ad133c46b2f7ecdda0c25b53d0ec478 (diff) | |
download | mtk-20170518-d85897570d6818e52afc78eb897795dcc34e1bc4.zip mtk-20170518-d85897570d6818e52afc78eb897795dcc34e1bc4.tar.gz mtk-20170518-d85897570d6818e52afc78eb897795dcc34e1bc4.tar.bz2 |
enable socket filtering in HEAD, too
SVN-Revision: 1302
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/brcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/brcm b/openwrt/target/linux/linux-2.4/config/brcm index a27a075..f496c33 100644 --- a/openwrt/target/linux/linux-2.4/config/brcm +++ b/openwrt/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 |