mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
fix kmod packaging for packages where some KCONFIG symbols are set to y
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8316 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bf06554599
commit
344cc19936
@ -99,7 +99,7 @@ define KernelPackage
|
||||
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
|
||||
endef
|
||||
|
||||
ifeq ($(filter y,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),)
|
||||
ifneq ($(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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user