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
This commit is contained in:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user