diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/board.d/02_network')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/board.d/02_network | 4 |
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 83367c1..c20caf9 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" ;; |