aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2016-08-29 16:03:49 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2016-11-21 18:40:15 +0100
commitd2b79e4d808add264d22e284fa21dfa155e52f05 (patch)
tree17aa0b10171d46c6fe4cd4b4703dda1684fe47be /target/linux/brcm63xx/base-files/etc/board.d/02_network
parentaedca3ce430c0edcf582118d393fe13349fca741 (diff)
downloadupstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.gz
upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.bz2
upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.zip
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 <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/board.d/02_network4
1 files changed, 4 insertions, 0 deletions
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"
;;