From 165b7d2173a5fd2cc12e637d477df748710fd4f9 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 13 Nov 2012 14:48:01 +0000 Subject: [PATCH] ar71xx: user space support for the TL-WA7510N [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert Signed-off-by: Gabor Juhos SVN-Revision: 34188 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 430ef8c68d..0971a73804 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -342,6 +342,9 @@ ar71xx_board_detect() { *TL-MR3420) name="tl-mr3420" ;; + *TL-WA7510N) + name="tl-wa7510n" + ;; *TL-WA901ND) name="tl-wa901nd" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 81535ce9b1..63e8e066b5 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -150,6 +150,7 @@ platform_check_image() { tl-mr3040 | \ tl-mr3220 | \ tl-mr3420 | \ + tl-wa7510n | \ tl-wa901nd | \ tl-wa901nd-v2 | \ tl-wdr4300 | \ -- 2.30.2