mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 14:53:07 +01:00
ramips: fix ArcherC20i image creation
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
27dfe64887
commit
7697aced24
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ define Device/ArcherC20i
|
|||
IMAGES += factory.bin
|
||||
KERNEL := $(KERNEL_DTB)
|
||||
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c
|
||||
IMAGE/sysupgrade.bin := append-kernel | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
|
||||
IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
|
||||
DEVICE_TITLE := TP-Link ArcherC20i
|
||||
endef
|
||||
TARGET_DEVICES += ArcherC20i
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue