summaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-16 16:10:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-16 16:10:37 +0000
commitd1020e0c943dbf817cdf133553a122df4d96e15b (patch)
tree5ff4eb4324992722dcc68ec438f99e8694cbc583 /include/netfilter.mk
parent16885019df804baacf75300ba8fc21f8fb40bf88 (diff)
revert CONFIG_* symbols set m enforcement introduced in [8591], it can't work when symbols from different kernel versions are mixed in KCONFIG
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8798 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6f77f9670..35efc039c 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 :=