diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-16 18:35:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-16 18:35:48 +0000 |
commit | ddb5473bb3353670489a106f00c95236d8d0ba7f (patch) | |
tree | 9f86d15e9377ed53a83b5926c2ae578943ba3721 | |
parent | 11109c25159348261d1bbbe91c994071b7a6fd5e (diff) | |
download | upstream-ddb5473bb3353670489a106f00c95236d8d0ba7f.tar.gz upstream-ddb5473bb3353670489a106f00c95236d8d0ba7f.tar.bz2 upstream-ddb5473bb3353670489a106f00c95236d8d0ba7f.zip |
Fix compilation errors with xt_portscan
SVN-Revision: 6578
-rw-r--r-- | target/linux/brcm63xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx-2.6/config/default b/target/linux/brcm63xx-2.6/config/default index ad992eacfc..180bca0816 100644 --- a/target/linux/brcm63xx-2.6/config/default +++ b/target/linux/brcm63xx-2.6/config/default @@ -188,7 +188,7 @@ CONFIG_IPW2200_DEBUG=y # CONFIG_IP_DCCP_DEBUG is not set CONFIG_IP_MROUTE=y # CONFIG_IP_NF_ARPTABLES is not set -# CONFIG_IP_NF_CONNTRACK_MARK is not set +CONFIG_IP_NF_CONNTRACK_MARK=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_MATCH_ADDRTYPE is not set # CONFIG_IP_NF_MATCH_HASHLIMIT is not set |