brcm2708: add support for the new Raspberry Pi Zero W
[openwrt/openwrt.git] / target / linux / brcm2708 / base-files / etc / board.d / 02_network
index 21e86f4db3697f6b33f41a47b5ea238d60f3e5aa..9486a6ae6844ac947880bd273b8c0ecaec6e4702 100755 (executable)
@@ -18,6 +18,9 @@ rpi-b |\
 rpi-b-plus)
        ucidef_set_interface_lan "eth0"
        ;;
+rpi-zero-w)
+       ucidef_set_interface_lan "wlan0"
+       ;;
 esac
 
 board_config_flush