Browse Source

brcm2708: fix RPi model B plus support

Not sure if B+ is used or not (mine has B Plus) so leave both

Signed-off-by: Roman Yeryomin <[email protected]>

SVN-Revision: 48311
Felix Fietkau 10 years ago
parent
commit
edb3c1780c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/brcm2708/base-files/lib/brcm2708.sh

+ 1 - 0
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"
 		;;