[source] ar71xx: add a missing ;; to ar71xx.sh

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 28 03:16:06 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=96fa9aa13bfa4efba70e6effab22438961c1127b

commit 96fa9aa13bfa4efba70e6effab22438961c1127b
Author: John Crispin <john at phrozen.org>
AuthorDate: Sun Jul 24 11:17:34 2016 +0200

    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 at phrozen.org>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 68ad3c2..56b5947 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"
 		;;



More information about the lede-commits mailing list