mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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