diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-19 14:29:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-19 14:29:05 +0000 |
commit | 81d9fd4f6255cf92db5d2ff4ea3bf4046c48aa2c (patch) | |
tree | b217c855ce8a06a410a0d5b5588d84c4f29b78dd | |
parent | 4ec101945cc9a637c908289866258621901da62a (diff) | |
download | upstream-81d9fd4f6255cf92db5d2ff4ea3bf4046c48aa2c.tar.gz upstream-81d9fd4f6255cf92db5d2ff4ea3bf4046c48aa2c.tar.bz2 upstream-81d9fd4f6255cf92db5d2ff4ea3bf4046c48aa2c.zip |
disable ipt_quota on linux 2.4 - iptables user space no longer compiles with it
SVN-Revision: 8055
-rw-r--r-- | target/linux/generic-2.4/config-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/config-template b/target/linux/generic-2.4/config-template index 13e6906c61..f2ec471b68 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -241,7 +241,7 @@ CONFIG_IP_NF_MATCH_MARK=y CONFIG_IP_NF_MATCH_MULTIPORT=y CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP_NF_MATCH_PKTTYPE=m -CONFIG_IP_NF_MATCH_QUOTA=m +# CONFIG_IP_NF_MATCH_QUOTA is not set CONFIG_IP_NF_MATCH_RECENT=m CONFIG_IP_NF_MATCH_SET=m CONFIG_IP_NF_MATCH_STATE=y |