X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/75d25b95d52ac80837a2b5c0880acf2ee7e3c854..29c4ca9a9f3290584b0b4579a39380a9867da80c:/include/kernel.mk diff --git a/include/kernel.mk b/include/kernel.mk index 7d986e459..8393d2f42 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -126,7 +126,7 @@ $(call KernelPackage/$(1)/config) endef endif - ifneq ($(if $(KCONFIG),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),) + ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),) ifneq ($(strip $(FILES)),) define Package/kmod-$(1)/install mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)