aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-19 08:50:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-19 08:50:41 +0000
commit808517d4807b7af2a686ead980b3125f7d82f48e (patch)
tree6b5c69c491c59211c33d50b51743a194af755a0a /target/linux/ar71xx/base-files/lib
parent08e1b77c365ae59dcc4931be899088b892c7abf6 (diff)
downloadmaster-187ad058-808517d4807b7af2a686ead980b3125f7d82f48e.tar.gz
master-187ad058-808517d4807b7af2a686ead980b3125f7d82f48e.tar.bz2
master-187ad058-808517d4807b7af2a686ead980b3125f7d82f48e.zip
ar71xx: add user-space support for the TL-MR3220 v2
Based on the following patch: http://patchwork.openwrt.org/patch/3043/ [juhosg: add uci-defaults/network support] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh1
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 45fe675aff..7327166fba 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -345,6 +345,9 @@ ar71xx_board_detect() {
*TL-MR3220)
name="tl-mr3220"
;;
+ *"TL-MR3220 v2")
+ name="tl-mr3220-v2"
+ ;;
*TL-MR3420)
name="tl-mr3420"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index e03286845f..3d9e024168 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -151,6 +151,7 @@ platform_check_image() {
tl-mr3020 | \
tl-mr3040 | \
tl-mr3220 | \
+ tl-mr3220-v2 | \
tl-mr3420 | \
tl-wa7510n | \
tl-wa901nd | \