diff options
author | John Crispin <john@openwrt.org> | 2014-07-13 10:03:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-13 10:03:41 +0000 |
commit | 9e26031a8897eac44c16445f83729ba972fd95a7 (patch) | |
tree | 1b2c39efb8e0a7d40586e2597f2f2f10104e5dc6 /target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch | |
parent | 1475263d5c53e6723fb757214e4cac10abd60913 (diff) | |
download | upstream-9e26031a8897eac44c16445f83729ba972fd95a7.tar.gz upstream-9e26031a8897eac44c16445f83729ba972fd95a7.tar.bz2 upstream-9e26031a8897eac44c16445f83729ba972fd95a7.zip |
ar71xx: add support for TP-LINK TL-WA860RE v1
New router/repeater from TP-LINK
- CPU: Atheros AR9341-DL3A (AP123)
- Flash: 4MB
- Ram: 32MB
Similar to TL-WA850RE.
Changes: rename file after r41596
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 41598
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch b/target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch new file mode 100644 index 0000000000..2fdb8fe6ef --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/715-MIPS-ath79-add-TL-WA860RE-support.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ath79/machtypes.h 2014-07-13 10:00:11.952353943 +0200 ++++ b/arch/mips/ath79/machtypes.h 2014-07-13 10:00:25.312354497 +0200 +@@ -113,6 +113,7 @@ + ATH79_MACH_TL_WA750RE, /* TP-LINK TL-WA750RE */ + ATH79_MACH_TL_WA7510N_V1, /* TP-LINK TL-WA7510N v1*/ + ATH79_MACH_TL_WA850RE, /* TP-LINK TL-WA850RE */ ++ ATH79_MACH_TL_WA860RE, /* TP-LINK TL-WA860RE */ + ATH79_MACH_TL_WA801ND_V2, /* TP-LINK TL-WA801ND v2 */ + ATH79_MACH_TL_WA830RE_V2, /* TP-LINK TL-WA830RE v2 */ + ATH79_MACH_TL_WA901ND, /* TP-LINK TL-WA901ND */ |