aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/x86/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
index dcce0fa4cc..c2af64336b 100755
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -11,6 +11,9 @@ board_config_update
board="$(cat /tmp/sysinfo/board_name)" 2>/dev/null
case "$board" in
+pc-engines-apu2)
+ ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
+ ;;
traverse-technologies-geos)
ucidef_set_interface_lan "eth0 eth1"
ucidef_add_atm_bridge "0" "35" "llc" "bridged"