brcm2708: detect Raspberry Pi Zero W
[openwrt/staging/florian.git] / target / linux / brcm2708 / base-files / lib / brcm2708.sh
index cebec644c00f562d74bc9d02bf00028fd288a056..81f123f2042979ec1d2e40d2dbc4ae72b0d9e02b 100644 (file)
@@ -28,6 +28,9 @@ brcm2708_detect() {
        "Raspberry Pi Zero Rev"*)
                board_name="rpi-zero"
                ;;
+       "Raspberry Pi Zero W Rev"*)
+               board_name="rpi-zero-w"
+               ;;
        *)
                board_name="unknown"
                ;;