[openwrt/openwrt] mvebu: cortexa72: fix ImageBuilder for IEI Puzzle devices
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 4 10:36:34 PDT 2022
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1d3b57dbeeae70ab3a8f71d3bdb6fd41a00e1d22
commit 1d3b57dbeeae70ab3a8f71d3bdb6fd41a00e1d22
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jul 4 18:33:13 2022 +0100
mvebu: cortexa72: fix ImageBuilder for IEI Puzzle devices
The line trying to generate the standard sdcard.img.gz fails due to
boot.scr not being generated.
Remove the line in order to use the default sdcard.img.gz which is
exactly the same but includes generating the boot.scr file.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mvebu/image/cortexa72.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/linux/mvebu/image/cortexa72.mk b/target/linux/mvebu/image/cortexa72.mk
index 84ce0cda9a..47d958b2fd 100644
--- a/target/linux/mvebu/image/cortexa72.mk
+++ b/target/linux/mvebu/image/cortexa72.mk
@@ -68,7 +68,6 @@ define Device/iei_puzzle-m901
DEVICE_VENDOR := iEi
DEVICE_MODEL := Puzzle-M901
SOC := cn9131
- IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
endef
TARGET_DEVICES += iei_puzzle-m901
@@ -77,6 +76,5 @@ define Device/iei_puzzle-m902
DEVICE_VENDOR := iEi
DEVICE_MODEL := Puzzle-M902
SOC := cn9132
- IMAGE/sdcard.img.gz := boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
endef
TARGET_DEVICES += iei_puzzle-m902
More information about the lede-commits
mailing list