diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-19 14:29:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-19 14:29:05 +0000 |
commit | 021e9ef609b91beeb83a8bf5dd5a0b046e4a3d9e (patch) | |
tree | 41cc401fbdda1779ab3258badeab7804aa8b9ad8 | |
parent | fd96b4e157eccbcad67faf8d120369a35378d322 (diff) |
disable ipt_quota on linux 2.4 - iptables user space no longer compiles with it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8055 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |