X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/83790f74ad846ab2a50c71fab34a2d7755df4a95..3d2c3b9a3b499908cf36625c363b7545c5f513ea:/include/kernel.mk diff --git a/include/kernel.mk b/include/kernel.mk index 119de8687..00a7882ac 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -108,7 +108,7 @@ define KernelPackage endif $$(eval $$(call BuildPackage,kmod-$(1))) - $$(IPKG_kmod-$(1)): $$(FILES) + $$(IPKG_kmod-$(1)): $$(wildcard $$(FILES)) endef define AutoLoad