From c98f0b933ea711b4946470415c953c361cdfdf0c Mon Sep 17 00:00:00 2001 From: lean Date: Thu, 23 Dec 2021 00:40:01 +0800 Subject: [PATCH] x86: init support for R86S network --- target/linux/x86/base-files/etc/board.d/02_network | 3 +++ 1 file changed, 3 insertions(+) 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 30035dcbe..50c99c9e9 100644 --- a/target/linux/x86/base-files/etc/board.d/02_network +++ b/target/linux/x86/base-files/etc/board.d/02_network @@ -14,6 +14,9 @@ pc-engines-apu1|pc-engines-apu2|pc-engines-apu3) roqos-roqos-core-rc10) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; +*r86s*) + ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0" + ;; sophos-sg-105|sophos-xg-105) ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1" ;;