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
This commit is contained in:
Nicolas Thill
2007-09-16 16:10:37 +00:00
parent e9c14cdb26
commit f8c8d4dc57
2 changed files with 2 additions and 5 deletions

View File

@@ -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 :=