aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-14 16:03:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-14 16:03:35 +0000
commitf27f2fec4fe62411e427efb6fa737dd3292ca6cd (patch)
treee0dc92f2930d292204451ac9db590654847bcb29 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent51c892053a13e8808fa9987f6bb07b67ee6a29b0 (diff)
downloadupstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.tar.gz
upstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.tar.bz2
upstream-f27f2fec4fe62411e427efb6fa737dd3292ca6cd.zip
ar71xx: add user-space support for the Tube2H board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41650
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 bc26d8b1dc..94f758a809 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -625,6 +625,9 @@ ar71xx_board_detect() {
*"TL-MR13U")
name="tl-mr13u"
;;
+ *"Tube2H")
+ name="tube2h"
+ ;;
*UniFi)
name="unifi"
;;