brcm2708: fix RPi model B plus support
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Jan 2016 12:42:03 +0000 (12:42 +0000)
committerFelix 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

index 13c1aa953bba90b1646f6474c76d4f38c94683d9..cb4089d8e2712fc8c458a87b7b179d4bc1dc8946 100644 (file)
@@ -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"
                ;;