summaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-16 16:10:37 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-16 16:10:37 +0000
commit892b16a352cfeb53d54e315ec4872fe7a78c1fac (patch)
tree60dce09515a5a4d19605ab2679fd0339885ec0c7 /include/netfilter.mk
parentf34b4c6e578da2315c490cfbe053fa99c22f922e (diff)
downloadmaster-31e0f0ae-892b16a352cfeb53d54e315ec4872fe7a78c1fac.tar.gz
master-31e0f0ae-892b16a352cfeb53d54e315ec4872fe7a78c1fac.tar.bz2
master-31e0f0ae-892b16a352cfeb53d54e315ec4872fe7a78c1fac.zip
revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG
SVN-Revision: 8798
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 6f77f9670c..35efc039c4 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -16,9 +16,7 @@ endif
define nf_add
$(1)-$$($(2)) += $(3)
- ifeq ($$($(2)),m)
- KCONFIG_$(1) += $(2)
- endif
+ KCONFIG_$(1) += $(2)
endef
IPT_CONNTRACK-m :=