From 4a405ac8f956b725de037744d62497f93bba6080 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 5 Mar 2017 21:16:07 +0100 Subject: brcm2708: add support for the new Raspberry Pi Zero W MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Stijn Tintel Signed-off-by: Stijn Tintel Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/base-files/etc/diag.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/brcm2708/base-files/etc/diag.sh') diff --git a/target/linux/brcm2708/base-files/etc/diag.sh b/target/linux/brcm2708/base-files/etc/diag.sh index 010a623d1e..36c5cd71d0 100644 --- a/target/linux/brcm2708/base-files/etc/diag.sh +++ b/target/linux/brcm2708/base-files/etc/diag.sh @@ -13,7 +13,8 @@ set_state() { ;; rpi-b |\ rpi-cm |\ - rpi-zero) + rpi-zero |\ + rpi-zero-w) status_led="led0" ;; esac -- cgit v1.2.3