diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 12:42:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 12:42:03 +0000 |
commit | edb3c1780ca72ea7baf2847fe8f6392f46d00ea2 (patch) | |
tree | ab43a66ac929fe7ee4392fb51a0a271c13b52163 /target/linux | |
parent | a168e972fb68540e3c549677c27c8767928e4925 (diff) | |
download | upstream-edb3c1780ca72ea7baf2847fe8f6392f46d00ea2.tar.gz upstream-edb3c1780ca72ea7baf2847fe8f6392f46d00ea2.tar.bz2 upstream-edb3c1780ca72ea7baf2847fe8f6392f46d00ea2.zip |
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 <roman@advem.lv>
SVN-Revision: 48311
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm2708/base-files/lib/brcm2708.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/base-files/lib/brcm2708.sh b/target/linux/brcm2708/base-files/lib/brcm2708.sh index 13c1aa953b..cb4089d8e2 100644 --- 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" ;; |