Files
wlan-ap/patches/0035-include-image-commands.mk-build-mmc-qdsk-images.patch
John Crispin 73d949cf3f 23.05: update patches
Signed-off-by: John Crispin <john@phrozen.org>
2023-09-28 14:50:26 +02:00

32 lines
951 B
Diff

From 633632f950423d7fcc588bb9d79fe6ca9d0fa516 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Sun, 22 May 2022 16:56:10 +0200
Subject: [PATCH 35/43] include/image-commands.mk: build mmc qdsk images
Signed-off-by: John Crispin <john@phrozen.org>
---
include/image-commands.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/image-commands.mk b/include/image-commands.mk
index 08adbb6454..bd20f9608c 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -499,6 +499,13 @@ define Build/qsdk-ipq-factory-nor
@mv $@.new $@
endef
+define Build/qsdk-ipq-factory-mmc
+ $(TOPDIR)/scripts/mkits-qsdk-ipq-image.sh \
+ $@.its hlos $(IMAGE_KERNEL) rootfs $(IMAGE_ROOTFS)
+ PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $@.its $@.new
+ @mv $@.new $@
+endef
+
define Build/seama
$(STAGING_DIR_HOST)/bin/seama -i $@ \
-m "dev=/dev/mtdblock/$(SEAMA_MTDBLOCK)" -m "type=firmware"
--
2.34.1