mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-04 21:51:56 +00:00
fix kmod packaging for packages where some KCONFIG symbols are set to y
SVN-Revision: 8316
This commit is contained in:
parent
9b1084b7fc
commit
21075a17f7
@ -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…
Reference in New Issue
Block a user