diff options
author | John Crispin <john@phrozen.org> | 2016-07-24 11:17:34 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-24 11:17:34 +0200 |
commit | 96fa9aa13bfa4efba70e6effab22438961c1127b (patch) | |
tree | dc274df5a144592880a11c8bf7b3438271a573f6 /target/linux/ar71xx/base-files | |
parent | 4a0c4d81510020fe5c426c2e6adf37d396079b05 (diff) | |
download | upstream-96fa9aa13bfa4efba70e6effab22438961c1127b.tar.gz upstream-96fa9aa13bfa4efba70e6effab22438961c1127b.tar.bz2 upstream-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/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 1 |
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" ;; |