From: Felix Fietkau Date: Mon, 1 Oct 2018 10:44:50 +0000 (+0200) Subject: build: insert blank line after KernelPackage template to allow chaining calls to it X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b7855230a348fa711de70665c861f63c631c98e9;p=openwrt%2Fstaging%2Fjow.git build: insert blank line after KernelPackage template to allow chaining calls to it Signed-off-by: Felix Fietkau --- diff --git a/include/kernel.mk b/include/kernel.mk index 97bcfe3f0b..77c5ecf600 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -254,6 +254,7 @@ $(call KernelPackage/$(1)/config) $$(eval $$(call BuildPackage,kmod-$(1))) $$(IPKG_kmod-$(1)): $$(wildcard $$(FILES)) + endef version_filter=$(if $(findstring @,$(1)),$(shell $(SCRIPT_DIR)/package-metadata.pl version_filter $(KERNEL_PATCHVER) $(1)),$(1))