From: John Crispin Date: Sun, 24 Jul 2016 09:17:34 +0000 (+0200) Subject: ar71xx: add a missing ;; to ar71xx.sh X-Git-Tag: v17.01.0-rc1~1908 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=96fa9aa13bfa4efba70e6effab22438961c1127b 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 --- 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" ;;