From cd9d0ee0d0b56e5bec8d7bc594bdbd6180632b28 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 22 Nov 2015 08:04:37 +0000 Subject: brcm2708: add device detection and use it for network, leds and preinit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 47572 --- .../brcm2708/base-files/etc/board.d/02_network | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 target/linux/brcm2708/base-files/etc/board.d/02_network (limited to 'target/linux/brcm2708/base-files/etc/board.d/02_network') diff --git a/target/linux/brcm2708/base-files/etc/board.d/02_network b/target/linux/brcm2708/base-files/etc/board.d/02_network new file mode 100755 index 0000000000..e85eb11f88 --- /dev/null +++ b/target/linux/brcm2708/base-files/etc/board.d/02_network @@ -0,0 +1,25 @@ +#!/bin/sh +# Copyright (C) 2014-2015 OpenWrt.org + +. /lib/functions/uci-defaults-new.sh +. /lib/brcm2708.sh +. /lib/functions.sh +. /lib/functions/system.sh + +board_config_update + +ucidef_set_interface_loopback + +board=$(brcm2708_board_name) + +case "$board" in +rpi-b |\ +rpi-b-plus |\ +rpi-2-b) + ucidef_set_interface_lan "eth0" + ;; +esac + +board_config_flush + +exit 0 -- cgit v1.2.3