diff options
author | John Crispin <john@phrozen.org> | 2016-05-12 15:52:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-14 21:26:08 +0200 |
commit | cc831e23e18c593be2629b77321c077def828bec (patch) | |
tree | b76c291d29354669aedcd2b44796ccc30a070db3 /target/linux/ar71xx/image | |
parent | 7697aced2467e646069a2ec462c58dce359151f3 (diff) | |
download | upstream-cc831e23e18c593be2629b77321c077def828bec.tar.gz upstream-cc831e23e18c593be2629b77321c077def828bec.tar.bz2 upstream-cc831e23e18c593be2629b77321c077def828bec.zip |
ar71xx: add proper support for Archer-C7 V2
This has minor differences to the V1
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4a9378cae3..049abf311e 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -411,7 +411,7 @@ endef define Device/archer-c7-v2 $(Device/tplink-16mlzma) - BOARDNAME := ARCHER-C7 + BOARDNAME := ARCHER-C7-V2 DEVICE_PROFILE := ARCHERC7 TPLINK_HWID := 0xc7000002 IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US |