1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

allow multiple kernel config dependencies

SVN-Revision: 4148
This commit is contained in:
Felix Fietkau 2006-07-18 16:22:01 +00:00
parent 19ddbe8662
commit 2721d25c5b

@ -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