aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJing Lin <mumuqz@163.com>2016-10-20 19:14:58 +0800
committerJing Lin <mumuqz@163.com>2016-10-20 19:14:58 +0800
commit7c21870f85e2e9f1656f0cc46c9ab48f388f76d8 (patch)
treeb887384a25ebdee6ff65f923af89ea8144e5336d /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentce116bc6f997d8d6e6b976cacce5d4c60d705fc6 (diff)
downloadmaster-187ad058-7c21870f85e2e9f1656f0cc46c9ab48f388f76d8.tar.gz
master-187ad058-7c21870f85e2e9f1656f0cc46c9ab48f388f76d8.tar.bz2
master-187ad058-7c21870f85e2e9f1656f0cc46c9ab48f388f76d8.zip
ar71xx: Add support to DomyWifi DW33D
Signed-off-by: Jing Lin <mumuqz@163.com>
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 5b81f739f4..4f8ecf8fa8 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -511,6 +511,9 @@ ar71xx_board_detect() {
*"Domino Pi")
name="gl-domino"
;;
+ *"DW33D")
+ name="dw33d"
+ ;;
*"EAP300 v2")
name="eap300v2"
;;