diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 15:55:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 15:55:22 +0000 |
commit | 2998abab7c466ef38c7d4afff01c15e7d8c39a27 (patch) | |
tree | b74198fbb5fb8707d32b7cdd80a6e05a5cf41a8a /target/linux/ar71xx/base-files/lib | |
parent | 902dd273837632007ce15b9a3898e90c4809736e (diff) | |
download | upstream-2998abab7c466ef38c7d4afff01c15e7d8c39a27.tar.gz upstream-2998abab7c466ef38c7d4afff01c15e7d8c39a27.tar.bz2 upstream-2998abab7c466ef38c7d4afff01c15e7d8c39a27.zip |
ar71xx: add user-space support for MR3420v2
Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3442/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35962
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 93f3a81001..a9e063ba49 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -381,6 +381,9 @@ ar71xx_board_detect() { *TL-MR3420) name="tl-mr3420" ;; + *"TL-MR3420 v2") + name="tl-mr3420-v2" + ;; *TL-WA7510N) name="tl-wa7510n" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index d2538e2172..8f2f610d7d 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -159,6 +159,7 @@ platform_check_image() { tl-mr3220 | \ tl-mr3220-v2 | \ tl-mr3420 | \ + tl-mr3420-v2 | \ tl-wa7510n | \ tl-wa901nd | \ tl-wa901nd-v2 | \ |