diff --git a/target/linux/rockchip/armv8/base-files/etc/board.d/02_network b/target/linux/rockchip/armv8/base-files/etc/board.d/02_network index 02c66b873e..606e77410b 100644 --- a/target/linux/rockchip/armv8/base-files/etc/board.d/02_network +++ b/target/linux/rockchip/armv8/base-files/etc/board.d/02_network @@ -34,6 +34,8 @@ rockchip_setup_interfaces() ucidef_set_interfaces_lan_wan 'eth0 eth2' 'eth1' ;; linkease,easepi-r1) + ucidef_set_network_device_path eth2 'platform/3c0400000.pcie/pci0001:10/0001:10:00.0/0001:11:00.0' + ucidef_set_network_device_path eth3 'platform/3c0000000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0' ucidef_set_interfaces_lan_wan 'eth1 eth2 eth3' 'eth0' ;; sinovoip,rk3568-bpi-r2pro)