diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-11 16:24:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-11 16:24:31 +0000 |
commit | 9ff8f2d22af0eab326f461d99d98cecf4344b88c (patch) | |
tree | 98ab74734277342248d500e87d2ccf52ca44cd68 /target | |
parent | 40e56414c8dee3eae046f197d64a8636f3d2c915 (diff) | |
download | master-187ad058-9ff8f2d22af0eab326f461d99d98cecf4344b88c.tar.gz master-187ad058-9ff8f2d22af0eab326f461d99d98cecf4344b88c.tar.bz2 master-187ad058-9ff8f2d22af0eab326f461d99d98cecf4344b88c.zip |
ar71xx: TP-LINK Archer C5 image name
There are more version on market, add version number to the name.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 9bb761ef2a..6dad0d211a 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -349,7 +349,7 @@ $(Device/tplink-chn-v2-4mlzma) endef TARGET_DEVICES += tl-wdr3320-v2 -define Device/archer-c5 +define Device/archer-c5-v1 $(Device/tplink-16mlzma) BOARDNAME := ARCHER-C5 DEVICE_PROFILE := ARCHERC7 @@ -369,7 +369,7 @@ define Device/archer-c7-v2 DEVICE_PROFILE := ARCHERC7 TPLINK_HWID := 0xc7000002 endef -TARGET_DEVICES += archer-c5 archer-c7-v1 archer-c7-v2 +TARGET_DEVICES += archer-c5-v1 archer-c7-v1 archer-c7-v2 define Device/antminer-s1 $(Device/tplink-8mlzma) |