diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-13 10:03:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-13 10:03:41 +0000 |
commit | 7bdf5bf8b66d27c511c27ab42988819188d6adb8 (patch) | |
tree | 882251c2a4ff312dd7130f62f17019e5af4fa265 /target/linux/ar71xx/patches-3.10 | |
parent | 4cb2ca86abed9e265560f97b15b8b6f49db89a18 (diff) | |
download | upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.tar.gz upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.tar.bz2 upstream-7bdf5bf8b66d27c511c27ab42988819188d6adb8.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-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 */ |