aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/board.d/02_network')
-rw-r--r--target/linux/ipq806x/base-files/etc/board.d/02_network5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network
index 4cb691f32e..dc9c11e4ba 100644
--- a/target/linux/ipq806x/base-files/etc/board.d/02_network
+++ b/target/linux/ipq806x/base-files/etc/board.d/02_network
@@ -11,6 +11,11 @@ board_config_update
board=$(board_name)
case "$board" in
+arris,tr4400-v2)
+ ucidef_set_interfaces_lan_wan "eth1" "eth2"
+ ucidef_add_switch "switch0" \
+ "1:lan" "2:lan" "3:lan" "4:lan" "6u@eth1" "0u@eth0"
+ ;;
askey,rt4230w-rev6 |\
asrock,g10 |\
nec,wg2600hp)