ar71xx: add a missing ;; to ar71xx.sh

commit 42305ae24a ("ar71xx: add support for gl-mifi")

was missing a ;; breaking boot up

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2016-07-24 11:17:34 +02:00
parent 4a0c4d8151
commit 96fa9aa13b

View File

@ -538,6 +538,7 @@ ar71xx_board_detect() {
;; ;;
*"GL-AR300M") *"GL-AR300M")
name="gl-ar300m" name="gl-ar300m"
;;
*"GL-MIFI") *"GL-MIFI")
name="gl-mifi" name="gl-mifi"
;; ;;