allow multiple kernel config dependencies
SVN-Revision: 4148
This commit is contained in:
@@ -59,7 +59,7 @@ define KernelPackage
|
||||
$(eval $(call KernelPackage/$(1)))
|
||||
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
||||
|
||||
ifneq ($(KCONFIG),m)
|
||||
ifneq ($(findstring m,$(KCONFIG)),m)
|
||||
CONFIG_PACKAGE_kmod-$(1):=
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user