From d1020e0c943dbf817cdf133553a122df4d96e15b Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 16 Sep 2007 16:10:37 +0000 Subject: 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 --- include/netfilter.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/netfilter.mk') 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 := -- cgit v1.2.3