[openwrt/openwrt] ramips: tp-link er605-v2: Remove sysupgrade-tar image
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 05:20:50 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/746e894877e5130a7d5227cd90f90dfe18cc274b
commit 746e894877e5130a7d5227cd90f90dfe18cc274b
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 22 14:03:22 2024 +0200
ramips: tp-link er605-v2: Remove sysupgrade-tar image
The sysupgrade-tar image build is not defined for this target, do not
add a build instruction for it. The build system will use the definition
from the dna_valokuitu-plus-ex400 board and the build will fail.
This fixes the build of the ramips target.
Fixes: 665c2154ef12 ("ramips: add basic support for tp-link er605-v2")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ramips/image/mt7621.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 3f08ad1bb2..323bfcd6f2 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2679,7 +2679,6 @@ define Device/tplink_er605-v2
KERNEL_LOADADDR := 0x82000000
KERNEL := kernel-bin | relocate-kernel $(loadaddr-y) | lzma | \
fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
- IMAGES += sysupgrade.tar
IMAGE_SIZE := 127744k
endef
TARGET_DEVICES += tplink_er605-v2
More information about the lede-commits
mailing list