diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-25 10:14:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-25 10:14:11 +0000 |
commit | 608a0c5853a2136544c9c9bbd3ca6f7d495fb2d7 (patch) | |
tree | 90c25b3ff39c7083d8ed2c3b82f60cdf4022b2a4 /target/linux/ar71xx/image | |
parent | 55a1aa47ce83538a2460f50c7453f195d36819a3 (diff) | |
download | master-187ad058-608a0c5853a2136544c9c9bbd3ca6f7d495fb2d7.tar.gz master-187ad058-608a0c5853a2136544c9c9bbd3ca6f7d495fb2d7.tar.bz2 master-187ad058-608a0c5853a2136544c9c9bbd3ca6f7d495fb2d7.zip |
ar71xx: correct imagename for TPlink WA701ND
- it seems there was never a 701N-model build
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-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 0ef972ada0..1bd4559ea8 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -935,7 +935,7 @@ define Device/tl-wdr4900-v2 endef TARGET_DEVICES += tl-wdr4900-v2 -define Device/tl-wa701n-v1 +define Device/tl-wa701nd-v1 $(Device/tplink-4m) BOARDNAME := TL-WA901ND DEVICE_PROFILE := TLWA701 @@ -970,7 +970,7 @@ define Device/tl-wa7510n DEVICE_PROFILE := TLWA7510 TPLINK_HWID := 0x75100001 endef -TARGET_DEVICES += tl-wa701n-v1 tl-wa701nd-v2 tl-wa730rev1 tl-wa750re-v1 tl-wa7510n +TARGET_DEVICES += tl-wa701nd-v1 tl-wa701nd-v2 tl-wa730rev1 tl-wa750re-v1 tl-wa7510n define Device/tl-wa801nd-v1 $(Device/tplink-4m) |