diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-10-05 08:54:26 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-10-05 08:54:26 +0000 |
commit | 07fac13b5198277075a219d58dea637fa8c4f481 (patch) | |
tree | 396b4c41a3cad82255ce7d5c9e0ef51d07c7a00e /target/linux/ar71xx/image | |
parent | cf89e6a1b86d880553df5a2c0bbeb7c26330c693 (diff) | |
download | upstream-07fac13b5198277075a219d58dea637fa8c4f481.tar.gz upstream-07fac13b5198277075a219d58dea637fa8c4f481.tar.bz2 upstream-07fac13b5198277075a219d58dea637fa8c4f481.zip |
ar71xx: rename firmware for Chinese version of TL-WR941ND v6
It seems there are two *different* versions on TL-WR941ND v6: Chinese
and European one. Currently supported by OpenWrt is Chinese one. Rename
firmware to make it clear.
For details see:
http://wiki.openwrt.org/toh/tp-link/tl-wr941nd
https://forum.openwrt.org/viewtopic.php?id=59295
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47107
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ca63129b97..ae398d90d2 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -677,13 +677,14 @@ define Device/tl-wr941nd-v5 TPLINK_HWID := 0x09410005 endef -define Device/tl-wr941nd-v6 +# Chinese version (unlike European) is similar to the TL-WDR3500 +define Device/tl-wr941nd-v6-cn $(Device/tplink-4mlzma) BOARDNAME := TL-WDR3500 DEVICE_PROFILE := TLWR941 TPLINK_HWID := 0x09410006 endef -TARGET_DEVICES += tl-wr941nd-v5 tl-wr941nd-v6 +TARGET_DEVICES += tl-wr941nd-v5 tl-wr941nd-v6-cn define Device/tl-wr1041n-v2 $(Device/tplink-4mlzma) |