From 4a372f56c26a4458016426a57afebe64d2a56b0d Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 8 Dec 2022 01:26:02 +0800 Subject: [PATCH] x86: add support for iKoolCore R1 (eth1/2/3 for LAN, eth0 for WAN) --- 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 0869053bf..bab5bd8e8 100644 --- a/target/linux/x86/base-files/etc/board.d/02_network +++ b/target/linux/x86/base-files/etc/board.d/02_network @@ -17,6 +17,9 @@ roqos-roqos-core-rc10) brounion-r86s) ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0" ;; +ikoolcore-r1) + ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0" + ;; sophos-sg-105|sophos-xg-105) ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1" ;;