projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f774c
)
sunxi: fix Lamobo Banana Pi R1 detection
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 11 Dec 2015 11:00:14 +0000
(11:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 11 Dec 2015 11:00:14 +0000
(11:00 +0000)
Change the case switch to reflect the value used in the corresponding
device tree file.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47833
target/linux/sunxi/base-files/lib/sunxi.sh
patch
|
blob
|
history
diff --git
a/target/linux/sunxi/base-files/lib/sunxi.sh
b/target/linux/sunxi/base-files/lib/sunxi.sh
index ce1292b5fd4c3ae372150f2f2f600756f2ba7cd3..3dc095e1aa18f346e1afbadf91bd042aeddae6ae 100644
(file)
--- a/
target/linux/sunxi/base-files/lib/sunxi.sh
+++ b/
target/linux/sunxi/base-files/lib/sunxi.sh
@@
-105,7
+105,7
@@
sunxi_board_detect() {
board="i12-tvbox"
;;
- "Lamobo R1")
+ "Lamobo
Banana Pi
R1")
board="lamobo-r1"
;;