aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-10-01 12:44:50 +0200
committerFelix Fietkau <nbd@nbd.name>2018-10-06 13:02:29 +0200
commitb7855230a348fa711de70665c861f63c631c98e9 (patch)
treeccdb762ae55e46e8e95117a43c229bf0054164be /include/kernel.mk
parent6ef1c978ba7676516c49439a248564e9a1d8dfc2 (diff)
downloadupstream-b7855230a348fa711de70665c861f63c631c98e9.tar.gz
upstream-b7855230a348fa711de70665c861f63c631c98e9.tar.bz2
upstream-b7855230a348fa711de70665c861f63c631c98e9.zip
build: insert blank line after KernelPackage template to allow chaining calls to it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk1
1 files changed, 1 insertions, 0 deletions
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))