diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-17 07:06:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-17 07:06:45 +0000 |
commit | cdd570fcaa83a1808134a348b3d4474de8eb810c (patch) | |
tree | 2d3ae205dff8c38a43a99ebc3fc33b1e126e15cb /target/linux/ar71xx | |
parent | 7e0c58ce3dfe4c69f285d1f3177bb9ea2b0bf93a (diff) | |
download | upstream-cdd570fcaa83a1808134a348b3d4474de8eb810c.tar.gz upstream-cdd570fcaa83a1808134a348b3d4474de8eb810c.tar.bz2 upstream-cdd570fcaa83a1808134a348b3d4474de8eb810c.zip |
ar71xx: fix board detection for TP-LINK TL-WA860RE
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43983 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 9b056e9d9a..387de722ea 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -645,6 +645,9 @@ ar71xx_board_detect() { *TL-WA850RE) name="tl-wa850re" ;; + *TL-WA860RE) + name="tl-wa860re" + ;; *"TL-WA830RE v2") name="tl-wa830re-v2" ;; |