patches: carry forward MMC/QSDK image build support (0005)

Adds build system support for creating MMC and QSDK-format images.

Renumbered from patches/0004.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 901b58c7ea
commit 67c7b88f00

View File

@@ -1,7 +1,9 @@
From 132689b25103a48ac7c8fb0af64a6a99080ca192 Mon Sep 17 00:00:00 2001
From a1b87b05f966563829a9b14d1a64ee831e2f00a8 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Sun, 22 May 2022 16:56:10 +0200
Subject: [PATCH 04/68] include/image-commands.mk: build mmc qdsk images
Subject: [PATCH 05/55] include/image-commands.mk: build mmc qdsk images
Allows QSDK style factory image generation.
Signed-off-by: John Crispin <john@phrozen.org>
---
@@ -9,10 +11,10 @@ Signed-off-by: John Crispin <john@phrozen.org>
1 file changed, 7 insertions(+)
diff --git a/include/image-commands.mk b/include/image-commands.mk
index 08adbb6454..bd20f9608c 100644
index a627ffc202..21d53877f1 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -499,6 +499,13 @@ define Build/qsdk-ipq-factory-nor
@@ -601,6 +601,13 @@ define Build/qsdk-ipq-factory-nor
@mv $@.new $@
endef