Skip to content
Snippets Groups Projects
Commit eda3094e authored by Yousong Zhou's avatar Yousong Zhou
Browse files

build: fix build dependency of kmod .ipk with version filtered files


We need to use resolved file list as prerequisites for repacking kmod
.ipk files.  Note that currently version_filter uses a Makefile macro
KERNEL_PATCHVER that should be available at ipk building time.

Reported-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
parent 583af20b
No related branches found
No related tags found
1 merge request!8Feeds update
......@@ -259,7 +259,7 @@ $(call KernelPackage/$(1)/config)
endif
$$(eval $$(call BuildPackage,kmod-$(1)))
$$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
$$(IPKG_kmod-$(1)): $$(wildcard $$(call version_filter,$$(FILES)))
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment