From: Felix Fietkau Date: Thu, 2 Aug 2007 23:49:31 +0000 (+0000) Subject: fix kmod packages that don't use KCONFIG X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=efdaf4ba5ef405847bdae5ec4b2270590401066d fix kmod packages that don't use KCONFIG SVN-Revision: 8323 --- diff --git a/include/kernel.mk b/include/kernel.mk index dfdd277dc7..3fa576efdc 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -99,7 +99,7 @@ define KernelPackage $(call KernelPackage/$(1)/$(BOARD)-$(KERNEL)) endef - ifneq ($(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),) + ifneq ($(if $(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)