From c0e30b17eb609cb37dc90abfee4ae008ec444ed4 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 15 Oct 2023 21:11:17 +0200 Subject: treewide: disable QUILT refresh for unsupported packages Some packages won't ever have something to patch as they normally install files or are meta-packages. For these special packages, disable QUILT refresh. Signed-off-by: Christian Marangi --- package/kernel/linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/kernel') diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile index ff917602701..c88b5c1b319 100644 --- a/package/kernel/linux/Makefile +++ b/package/kernel/linux/Makefile @@ -37,6 +37,9 @@ endef define Build/Configure endef +define Build/Quilt +endef + define Build/Compile endef -- cgit v1.2.3