diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-24 12:53:37 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 12:53:37 +0200 |
commit | 0fe90e5536ed4906a3bd4ed3438dd1ae1c2607ee (patch) | |
tree | 077d9325dd17b145035ef07375da3c8bb7663f35 /target | |
parent | 3754b740d813fe120b17bb2469e7357f3b96f44b (diff) | |
download | master-187ad058-0fe90e5536ed4906a3bd4ed3438dd1ae1c2607ee.tar.gz master-187ad058-0fe90e5536ed4906a3bd4ed3438dd1ae1c2607ee.tar.bz2 master-187ad058-0fe90e5536ed4906a3bd4ed3438dd1ae1c2607ee.zip |
ramips: fix Archer C20i image build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 4acc6b3d8b..2a344247f1 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -3,7 +3,7 @@ # 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 $@ endef @@ -46,7 +46,6 @@ endef define Device/ArcherC20i DTS := ArcherC20i - IMAGES += factory.bin KERNEL := $(KERNEL_DTB) KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs |