diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-06 19:00:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-06 19:00:20 +0000 |
commit | 9e612ac3d5e2318117f48bd979afeafd898cd1f4 (patch) | |
tree | 46fd4287bcd31ee74a6692947a7e00705362184c /target/linux | |
parent | 1dfa23a5c0a9b35ccac85e60567be49f76ff41cf (diff) | |
download | upstream-9e612ac3d5e2318117f48bd979afeafd898cd1f4.tar.gz upstream-9e612ac3d5e2318117f48bd979afeafd898cd1f4.tar.bz2 upstream-9e612ac3d5e2318117f48bd979afeafd898cd1f4.zip |
[kernel] accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15123 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 262bec2998..82fbb95070 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -975,6 +975,7 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set # CONFIG_NETFILTER_XT_MATCH_REALM is not set # CONFIG_NETFILTER_XT_MATCH_RECENT is not set +# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set # CONFIG_NETFILTER_XT_MATCH_SCTP is not set # CONFIG_NETFILTER_XT_MATCH_STATE is not set # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set |