From d2b79e4d808add264d22e284fa21dfa155e52f05 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Cabanelas Date: Mon, 29 Aug 2016 16:03:49 +0200 Subject: brcm63xx: Livebox 1: add userspace board support Fix configuration files for the Livebox 1 routers. - Add status led - Set eth0 as the LAN port, for coherence with RedBoot and comfortability. - Add led triggers Signed-off-by: Daniel Gonzalez Cabanelas Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/base-files/etc/board.d/02_network | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/brcm63xx/base-files/etc/board.d/02_network') diff --git a/target/linux/brcm63xx/base-files/etc/board.d/02_network b/target/linux/brcm63xx/base-files/etc/board.d/02_network index 83367c1997..c20caf9b9a 100755 --- a/target/linux/brcm63xx/base-files/etc/board.d/02_network +++ b/target/linux/brcm63xx/base-files/etc/board.d/02_network @@ -129,6 +129,10 @@ bcm963268bu_p300) "0:lan" "3:lan" "4:lan" "5:lan" "6:lan" "7:lan" "8t@eth0" ;; +livebox1) + ucidef_set_interfaces_lan_wan "eth0" "eth1" + ;; + *) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; -- cgit v1.2.3