Author: nbd Date: 2016-01-18 13:42:03 +0100 (Mon, 18 Jan 2016) New Revision: 48311
Modified: trunk/target/linux/brcm2708/base-files/lib/brcm2708.sh Log: 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]> Modified: trunk/target/linux/brcm2708/base-files/lib/brcm2708.sh =================================================================== --- trunk/target/linux/brcm2708/base-files/lib/brcm2708.sh 2016-01-18 11:40:49 UTC (rev 48310) +++ trunk/target/linux/brcm2708/base-files/lib/brcm2708.sh 2016-01-18 12:42:03 UTC (rev 48311) @@ -11,6 +11,7 @@ "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" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
