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: 665c2154ef
("ramips: add basic support for tp-link er605-v2")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
df14785330
commit
746e894877
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue