build: insert blank line after KernelPackage template to allow chaining calls to it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6ef1c978ba
commit
b7855230a3
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ $(call KernelPackage/$(1)/config)
|
||||||
$$(eval $$(call BuildPackage,kmod-$(1)))
|
$$(eval $$(call BuildPackage,kmod-$(1)))
|
||||||
|
|
||||||
$$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
|
$$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
version_filter=$(if $(findstring @,$(1)),$(shell $(SCRIPT_DIR)/package-metadata.pl version_filter $(KERNEL_PATCHVER) $(1)),$(1))
|
version_filter=$(if $(findstring @,$(1)),$(shell $(SCRIPT_DIR)/package-metadata.pl version_filter $(KERNEL_PATCHVER) $(1)),$(1))
|
||||||
|
|
Loading…
Reference in a new issue