mirror of https://github.com/hak5/openwrt.git
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>
lede-17.01
parent
4a0c4d8151
commit
96fa9aa13b
|
@ -538,6 +538,7 @@ ar71xx_board_detect() {
|
|||
;;
|
||||
*"GL-AR300M")
|
||||
name="gl-ar300m"
|
||||
;;
|
||||
*"GL-MIFI")
|
||||
name="gl-mifi"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue