diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-23 16:19:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-23 16:19:17 +0000 |
commit | d3288401c2ba9673c5c1076f3ee95e7ebd615cab (patch) | |
tree | 0d53080c4c8c4249f8c8515533e8803b8f568954 | |
parent | 3c5ed20fd0722927663b21cb2e4ce88184affff5 (diff) | |
download | upstream-d3288401c2ba9673c5c1076f3ee95e7ebd615cab.tar.gz upstream-d3288401c2ba9673c5c1076f3ee95e7ebd615cab.tar.bz2 upstream-d3288401c2ba9673c5c1076f3ee95e7ebd615cab.zip |
Build the quota module for 2.4 targets
SVN-Revision: 8473
-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 9f33ef427e..525b916a33 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -242,7 +242,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 is not set +CONFIG_IP_NF_MATCH_QUOTA=m CONFIG_IP_NF_MATCH_RANDOM=m CONFIG_IP_NF_MATCH_RECENT=m CONFIG_IP_NF_MATCH_SET=m |