diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-08 07:24:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-08 07:24:02 +0000 |
commit | cfa0bce0368aff3b1bbe338c9fe4417c78b98c58 (patch) | |
tree | 8314ff618e88e6d946b11d385f9c5d138559dcff /openwrt/package/iptables | |
parent | 93eac5d55d9bf0f7b41351fc571524472fda7389 (diff) | |
download | mtk-20170518-cfa0bce0368aff3b1bbe338c9fe4417c78b98c58.zip mtk-20170518-cfa0bce0368aff3b1bbe338c9fe4417c78b98c58.tar.gz mtk-20170518-cfa0bce0368aff3b1bbe338c9fe4417c78b98c58.tar.bz2 |
add ipset userland
SVN-Revision: 1875
Diffstat (limited to 'openwrt/package/iptables')
-rw-r--r-- | openwrt/package/iptables/kernelconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index b4de337..90d8bb5 100644 --- a/openwrt/package/iptables/kernelconfig.mk +++ b/openwrt/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 |