From 96fa9aa13bfa4efba70e6effab22438961c1127b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 24 Jul 2016 11:17:34 +0200 Subject: [PATCH] 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 --- 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 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" ;; -- 2.30.2