mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-25 16:12:57 +00:00
allow multiple kernel config dependencies
SVN-Revision: 4148
This commit is contained in:
parent
19ddbe8662
commit
2721d25c5b
@ -59,7 +59,7 @@ define KernelPackage
|
|||||||
$(eval $(call KernelPackage/$(1)))
|
$(eval $(call KernelPackage/$(1)))
|
||||||
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
|
||||||
|
|
||||||
ifneq ($(KCONFIG),m)
|
ifneq ($(findstring m,$(KCONFIG)),m)
|
||||||
CONFIG_PACKAGE_kmod-$(1):=
|
CONFIG_PACKAGE_kmod-$(1):=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user