summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorZhao Gang <gang.zhao.42@gmail.com>2016-07-19 02:54:11 +0000
committerJohn Crispin <john@phrozen.org>2016-07-24 06:38:30 +0200
commit42305ae24aa7ce95824d3b2303a40ab211f1a766 (patch)
tree0b1b1b6ba87274180d04fa928c73a1b300bbfc2c /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent0d5277f73fe4071df4273784e3252d520cef8a6e (diff)
downloadmaster-31e0f0ae-42305ae24aa7ce95824d3b2303a40ab211f1a766.tar.gz
master-31e0f0ae-42305ae24aa7ce95824d3b2303a40ab211f1a766.tar.bz2
master-31e0f0ae-42305ae24aa7ce95824d3b2303a40ab211f1a766.zip
ar71xx: add support for gl-mifi
This add initial support for gl-mifi. Product page: http://www.gl-inet.com/mifi/ Signed-off-by: Zhao Gang <gang.zhao.42@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d1c92c97d2..68ad3c2058 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -538,6 +538,8 @@ ar71xx_board_detect() {
;;
*"GL-AR300M")
name="gl-ar300m"
+ *"GL-MIFI")
+ name="gl-mifi"
;;
*"EnGenius EPG5000")
name="epg5000"