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/ar71xx.sh | |
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/ar71xx.sh')
-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 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" ;; |