X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ce1a7b70f98465a879ca43a3a904fb7e1d1381f4..aaa058cf5cf5dc603edcdf09a75eb08c77709a93:/package/kernel/Makefile diff --git a/package/kernel/Makefile b/package/kernel/Makefile index c977501e0..b1155f428 100644 --- a/package/kernel/Makefile +++ b/package/kernel/Makefile @@ -72,12 +72,14 @@ define KernelPackage endef ifeq ($(findstring m,$(KCONFIG)),m) + ifneq ($(strip $(FILES)),) define Package/kmod-$(1)/install mkdir -p $$(1)/lib/modules/$(LINUX_VERSION) $(CP) $$(FILES) $$(1)/lib/modules/$(LINUX_VERSION)/ $(call ModuleAutoLoad,$(1),$$(1),$(AUTOLOAD)) endef endif + endif $$(eval $$(call BuildPackage,kmod-$(1))) endef