aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ipq40xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ipq40xx/base-files/etc/board.d/02_network9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
index bcc5f4cec9..dffccd9fad 100755
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
@@ -15,6 +15,11 @@ ipq40xx_setup_interfaces()
8dev,jalapeno)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;
+ asus,map-ac2200|\
+ openmesh,a42|\
+ openmesh,a62)
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ;;
asus,rt-ac58u|\
zyxel,nbg6617)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
@@ -42,10 +47,6 @@ ipq40xx_setup_interfaces()
ucidef_add_switch "switch0" \
"0u@eth0" "3:lan" "4:lan"
;;
- openmesh,a42|\
- openmesh,a62)
- ucidef_set_interfaces_lan_wan "eth1" "eth0"
- ;;
*)
echo "Unsupported hardware. Network interfaces not initialized"
;;