[openwrt/openwrt] x86: add Supermicro SuperServer E302-9D

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 16 14:15:10 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/86a691cd258e16d1ca8ddd9183f2b00673c0bf9c

commit 86a691cd258e16d1ca8ddd9183f2b00673c0bf9c
Author: Til Kaiser <mail at tk154.de>
AuthorDate: Sun Feb 16 18:03:01 2025 +0100

    x86: add Supermicro SuperServer E302-9D
    
    This adds a default network configuration for the
    Supermicro SuperServer SYS-E302-9D by adding all
    onboard network ports to the default `lan` interface.
    
    The network ports `eth0` till `eth3` use the `igb`
    driver, whereas `eth4` till `eth7` use `i40e`.
    
    --- Hardware Highlights ---
    CPU: Intel Xeon D-2123IT, 2.20GHz, 4 cores
    RAM: Up to 256GB in 4 DIMM Slots
    Ports: 4x 1GbE, 2x 10GBase-T, 2x 10G SFP+, 1x IPMI 2.0
    Video: 1x VGA
    USB: 2x 3.0
    
    Signed-off-by: Til Kaiser <mail at tk154.de>
    Link: https://github.com/openwrt/openwrt/pull/17990
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 b3d1855764..7509b069e2 100644
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -97,6 +97,9 @@ sophos-sg-135r3|sophos-xg-135r3| \
 sophos-sg-135wr3|sophos-xg-135wr3)
 	ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth5 eth7 eth8" "eth6"
 	;;
+supermicro-sys-e302-9d)
+	ucidef_set_interface_lan "eth0 eth1 eth2 eth3 eth4 eth5 eth6 eth7"
+	;;
 traverse-technologies-geos)
 	ucidef_set_interface_lan "eth0 eth1"
 	ucidef_add_atm_bridge "0" "35" "llc" "bridged"




More information about the lede-commits mailing list