projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0c4d8
)
ar71xx: add a missing ;; to ar71xx.sh
author
John Crispin
<john@phrozen.org>
Sun, 24 Jul 2016 09:17:34 +0000
(11:17 +0200)
committer
John Crispin
<john@phrozen.org>
Sun, 24 Jul 2016 09:17:34 +0000
(11:17 +0200)
commit
42305ae24aa7
("ar71xx: add support for gl-mifi")
was missing a ;; breaking boot up
Signed-off-by: John Crispin <john@phrozen.org>
target/linux/ar71xx/base-files/lib/ar71xx.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 68ad3c2058a73ea72b471b326cf158e1b5c9d66d..56b59474b18e8e56449d2a731bfa1e337d5dc79e 100755
(executable)
--- 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"
;;