projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a168e97
)
brcm2708: fix RPi model B plus support
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 12:42:03 +0000
(12:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 12:42:03 +0000
(12:42 +0000)
Not sure if B+ is used or not (mine has B Plus) so leave both
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 48311
target/linux/brcm2708/base-files/lib/brcm2708.sh
patch
|
blob
|
history
diff --git
a/target/linux/brcm2708/base-files/lib/brcm2708.sh
b/target/linux/brcm2708/base-files/lib/brcm2708.sh
index 13c1aa953bba90b1646f6474c76d4f38c94683d9..cb4089d8e2712fc8c458a87b7b179d4bc1dc8946 100644
(file)
--- a/
target/linux/brcm2708/base-files/lib/brcm2708.sh
+++ b/
target/linux/brcm2708/base-files/lib/brcm2708.sh
@@
-11,6
+11,7
@@
brcm2708_detect() {
"Raspberry Pi Model B Rev"*)
board_name="rpi-b"
;;
+ "Raspberry Pi Model B Plus Rev"* |\
"Raspberry Pi Model B+ Rev"*)
board_name="rpi-b-plus"
;;