diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:15:27 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:15:27 +0000 |
commit | caf20548c8147eafb985e1e3fe73c15731881046 (patch) | |
tree | 7f6adb35edf3d1fd3473b8a36f3df8e04359d8a0 /target | |
parent | 1fc37f14ab49335d49d2d586e0e1410e42305d96 (diff) | |
download | openwrt-caf20548c8147eafb985e1e3fe73c15731881046.tar.gz openwrt-caf20548c8147eafb985e1e3fe73c15731881046.zip |
AA: ar71xx: user space support for the TL-WA7510N
Backport of r34188.
[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]
Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 430ef8c68..0971a7380 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 81535ce9b..63e8e066b 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 | \ |