brcm63xx: rename target to bcm63xx
[openwrt/staging/mkresin.git] / target / linux / brcm2708 / base-files / etc / board.d / 02_network
index a05c3d5956c900432030bafe3e0ac5dfc1262e30..36c8c5df1afaaaa8675a7f152970bc5f923dacec 100755 (executable)
@@ -1,21 +1,30 @@
 #!/bin/sh
-# Copyright (C) 2014-2015 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
+# Copyright (C) 2017 LEDE project
 
-. /lib/functions/uci-defaults-new.sh
-. /lib/brcm2708.sh
+. /lib/functions/uci-defaults.sh
 . /lib/functions.sh
 . /lib/functions/system.sh
 
 board_config_update
 
-board=$(brcm2708_board_name)
+board=$(board_name)
 
 case "$board" in
-rpi-b |\
-rpi-b-plus |\
-rpi-2-b)
+raspberrypi,model-b |\
+raspberrypi,model-b-plus |\
+raspberrypi,model-b-rev2 |\
+raspberrypi,2-model-b |\
+raspberrypi,2-model-b-rev2 |\
+raspberrypi,3-model-b |\
+raspberrypi,3-model-b-plus |\
+raspberrypi,4-model-b)
        ucidef_set_interface_lan "eth0"
        ;;
+
+raspberrypi,model-zero-w)
+       ucidef_set_interface_lan "wlan0"
+       ;;
 esac
 
 board_config_flush