diff options
author | John Crispin <john@openwrt.org> | 2016-03-08 18:11:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-08 18:11:55 +0000 |
commit | 993989880a1f2f5ad0877ba47d4e99919cfa8bf2 (patch) | |
tree | d4c66c67ad86224de9d4ba84e8bdb7a948e321f6 /target/linux/brcm2708/base-files/etc/board.d | |
parent | cd2114e19ceffb17b0f093718334148859f1adac (diff) | |
download | upstream-993989880a1f2f5ad0877ba47d4e99919cfa8bf2.tar.gz upstream-993989880a1f2f5ad0877ba47d4e99919cfa8bf2.tar.bz2 upstream-993989880a1f2f5ad0877ba47d4e99919cfa8bf2.zip |
brcm2708: add Raspberry Pi 3 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 48967
Diffstat (limited to 'target/linux/brcm2708/base-files/etc/board.d')
-rwxr-xr-x | target/linux/brcm2708/base-files/etc/board.d/02_network | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/brcm2708/base-files/etc/board.d/02_network b/target/linux/brcm2708/base-files/etc/board.d/02_network index c47e8f0e23..7642c06c49 100755 --- a/target/linux/brcm2708/base-files/etc/board.d/02_network +++ b/target/linux/brcm2708/base-files/etc/board.d/02_network @@ -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 |