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 | 4f4d51c3ba283cff064088509af8c14186124fa3 (patch) | |
tree | 828b277aafa80dfb3444931dee8de2efb5260a1b | |
parent | 2a94500e0cbb228d72234b54c5a7fae35b4bcee5 (diff) | |
download | upstream-4f4d51c3ba283cff064088509af8c14186124fa3.tar.gz upstream-4f4d51c3ba283cff064088509af8c14186124fa3.tar.bz2 upstream-4f4d51c3ba283cff064088509af8c14186124fa3.zip |
Build the quota module for 2.4 targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8473 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 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 |