diff options
author | Julius Schulz-Zander <julius@inet.tu-berlin.de> | 2016-10-21 11:47:15 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-26 12:37:45 +0200 |
commit | a71a8955f20e3c3ac13323072a70362f3c9d80fd (patch) | |
tree | 4c2b7dc4a48bea3a2716c5ec4e2b5ed58e7eac4d /target/linux/ar71xx/image | |
parent | da1b33fc4dcab8453b70b4ee87e7b46a34c99acb (diff) | |
download | upstream-a71a8955f20e3c3ac13323072a70362f3c9d80fd.tar.gz upstream-a71a8955f20e3c3ac13323072a70362f3c9d80fd.tar.bz2 upstream-a71a8955f20e3c3ac13323072a70362f3c9d80fd.zip |
ar71xx: add support for TP-Link WR802N v1
This patch adds support solely for version 1 of the TP-Link WR802N.
It is based on Rick Pannen's patch posted on the OpenWrt devel list.
Signed-off-by: Julius Schulz-Zander <julius@inet.tu-berlin.de>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 7eb370a9f6..58ea1f3556 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -537,6 +537,16 @@ define Device/tl-wr743nd-v2 endef TARGET_DEVICES += tl-wr740n-v1 tl-wr740n-v3 tl-wr740n-v4 tl-wr740n-v5 tl-wr740n-v6 tl-wr741nd-v1 tl-wr741nd-v2 tl-wr741nd-v4 tl-wr741nd-v5 tl-wr743nd-v1 tl-wr743nd-v2 +define Device/tl-wr802n-v1 + $(Device/tplink-4mlzma) + DEVICE_TITLE := TP-LINK TL-WR802N v1 + BOARDNAME := TL-WR802N-v1 + DEVICE_PROFILE := TLWR802 + TPLINK_HWID := 0x08020001 + TPLINK_HWREV := 1 +endef +TARGET_DEVICES += tl-wr802n-v1 + define Device/tl-wr841-v1.5 $(Device/tplink-4m) DEVICE_TITLE := TP-LINK TL-WR841N/ND v1.5 |