2
0
forked from Ivasoft/openwrt

brcm2708: properly detect the Raspberry Pi Zero

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2016-06-21 17:49:43 +02:00
parent a95d64a269
commit 63cb2fb88d
3 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
set_state() {
case "$(brcm2708_board_name)" in
rpi-b |\
rpi-cm)
rpi-cm |\
rpi-zero)
status_led="led0"
;;
rpi-b-plus |\