brcm2708: fix RPi model B plus support
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Jan 2016 12:42:03 +0000 (12:42 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48311 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm2708/base-files/lib/brcm2708.sh

index 13c1aa9..cb4089d 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"
                ;;