mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02: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:
parent
16885019df
commit
d1020e0c94
@ -115,8 +115,7 @@ $(call KernelPackage/$(1)/description)
|
|||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# check that all CONFIG_* symbols in $(KCONFIG) are set to 'm'
|
ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
||||||
ifeq ($(filter-out m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$(if $($(c)),$($(c)),n))),)
|
|
||||||
ifneq ($(strip $(FILES)),)
|
ifneq ($(strip $(FILES)),)
|
||||||
define Package/kmod-$(1)/install
|
define Package/kmod-$(1)/install
|
||||||
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
||||||
|
@ -16,9 +16,7 @@ endif
|
|||||||
|
|
||||||
define nf_add
|
define nf_add
|
||||||
$(1)-$$($(2)) += $(3)
|
$(1)-$$($(2)) += $(3)
|
||||||
ifeq ($$($(2)),m)
|
KCONFIG_$(1) += $(2)
|
||||||
KCONFIG_$(1) += $(2)
|
|
||||||
endif
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
IPT_CONNTRACK-m :=
|
IPT_CONNTRACK-m :=
|
||||||
|
Loading…
Reference in New Issue
Block a user