summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-07-24 11:17:34 +0200
committerJohn Crispin <john@phrozen.org>2016-07-24 11:17:34 +0200
commit96fa9aa13bfa4efba70e6effab22438961c1127b (patch)
treedc274df5a144592880a11c8bf7b3438271a573f6 /target/linux/ar71xx
parent4a0c4d81510020fe5c426c2e6adf37d396079b05 (diff)
downloadmaster-31e0f0ae-96fa9aa13bfa4efba70e6effab22438961c1127b.tar.gz
master-31e0f0ae-96fa9aa13bfa4efba70e6effab22438961c1127b.tar.bz2
master-31e0f0ae-96fa9aa13bfa4efba70e6effab22438961c1127b.zip
ar71xx: add a missing ;; to ar71xx.sh
commit 42305ae24aa7 ("ar71xx: add support for gl-mifi") was missing a ;; breaking boot up Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 68ad3c2058..56b59474b1 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -538,6 +538,7 @@ ar71xx_board_detect() {
;;
*"GL-AR300M")
name="gl-ar300m"
+ ;;
*"GL-MIFI")
name="gl-mifi"
;;