Browse Source

fix kmod packages that don't use KCONFIG

SVN-Revision: 8323
Felix Fietkau 18 years ago
parent
commit
0f74fa296c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kernel.mk

+ 1 - 1
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)