brcm2708: add Raspberry Pi 3 support
[openwrt/openwrt.git] / target / linux / brcm2708 / base-files / etc / board.d / 02_network
index c47e8f0e23c80a1ccce45092d2fa0ddc1ebbb4a5..7642c06c49f5a2b8f5faa6d168c91329c7c01e2b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2014-2015 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
 
 . /lib/functions/uci-defaults.sh
 . /lib/brcm2708.sh
@@ -13,7 +13,8 @@ board=$(brcm2708_board_name)
 case "$board" in
 rpi-b |\
 rpi-b-plus |\
-rpi-2-b)
+rpi-2-b |\
+rpi-3-b)
        ucidef_set_interface_lan "eth0"
        ;;
 esac