ramips: fix Archer C20i image build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
0b45bec22c
commit
ce009d16a1
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
define Build/tplink-header
|
define Build/tplink-header
|
||||||
$(STAGING_DIR_HOST)/bin/mktplinkfw2 -V "ver. 2.0" -B $(1) \
|
$(STAGING_DIR_HOST)/bin/mktplinkfw2 -a 0x4 -V "ver. 2.0" -B $(1) \
|
||||||
-o $@.new -k $@ && mv $@.new $@
|
-o $@.new -k $@ && mv $@.new $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ endef
|
||||||
|
|
||||||
define Device/ArcherC20i
|
define Device/ArcherC20i
|
||||||
DTS := ArcherC20i
|
DTS := ArcherC20i
|
||||||
IMAGES += factory.bin
|
|
||||||
KERNEL := $(KERNEL_DTB)
|
KERNEL := $(KERNEL_DTB)
|
||||||
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c
|
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c
|
||||||
IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
|
IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
|
||||||
|
|
Loading…
Reference in New Issue