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:
@@ -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 |\
|
||||
|
||||
Reference in New Issue
Block a user