From 566401d9a3a6951ef628467372be39e51dc4c262 Mon Sep 17 00:00:00 2001 From: ZeaKyX <43315078+ZeaKyX@users.noreply.github.com> Date: Sat, 27 Aug 2022 03:17:56 +0800 Subject: [PATCH] x86: add CheShi R69S ( Cnction N4500 ) support (#10007) --- 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 0869053bf5c36..66e02e2abfd0f 100644 --- a/target/linux/x86/base-files/etc/board.d/02_network +++ b/target/linux/x86/base-files/etc/board.d/02_network @@ -30,6 +30,9 @@ traverse-technologies-geos) xiaoma-m12) ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4 eth5 eth6" "eth0" ;; +cnction-n4500-4l) + ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0" + ;; esac board_config_flush