aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-09-08 07:24:02 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-09-08 07:24:02 +0000
commite3aa23757bc379a31c1e0733325ea8fcb8d58083 (patch)
tree17e75dfae79bd934dfd4f1b41b32cca89f5ee5f1 /package/iptables
parent6366264aebf6f2f8bd613dfb783caa30e6238465 (diff)
downloadmaster-187ad058-e3aa23757bc379a31c1e0733325ea8fcb8d58083.tar.gz
master-187ad058-e3aa23757bc379a31c1e0733325ea8fcb8d58083.tar.bz2
master-187ad058-e3aa23757bc379a31c1e0733325ea8fcb8d58083.zip
add ipset userland
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/kernelconfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/kernelconfig.mk b/package/iptables/kernelconfig.mk
index b4de337035..90d8bb521d 100644
--- a/package/iptables/kernelconfig.mk
+++ b/package/iptables/kernelconfig.mk
@@ -11,6 +11,7 @@ ext-$(CONFIG_IP_NF_MATCH_TOS) += tos
ext-$(CONFIG_IP_NF_MATCH_RECENT) += recent
ext-$(CONFIG_IP_NF_MATCH_ECN) += ecn
ext-$(CONFIG_IP_NF_MATCH_IPP2P) += ipp2p
+ext-$(CONFIG_IP_NF_MATCH_SET) += set
ext-$(CONFIG_IP_NF_MATCH_DSCP) += dscp
ext-$(CONFIG_IP_NF_MATCH_AH_ESP) += ah esp
ext-$(CONFIG_IP_NF_MATCH_LENGTH) += length