]> git.ipfire.org Git - thirdparty/openwrt.git/commit
x86/base-files + kernel/modules: improve Dell Edge620/640/680 support 23110/head
authorRaylynn Knight <rayknight@me.com>
Sat, 25 Apr 2026 08:44:37 +0000 (04:44 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 14 May 2026 18:59:20 +0000 (20:59 +0200)
commit80eeb316a6fc3de01b4137ae0f03b4111e17019b
tree9301a803250e61b13166c8a407dd690f92538f53
parent284668f1519d96121d3e25b3ec14569d49e5cb99
x86/base-files + kernel/modules: improve Dell Edge620/640/680 support

This improves on openwrt/openwrt@aeb9028aabf6bf90638a822d563f54a2c4146e6d by adding support for
other Dell EMC Edge620/640/680 devices and mapping
the interfaces to match the markings on the device.

This modifies the netdevices.mk file to set the boot flag for
ixgbe driver to load it in early stage of the boot process to
allow for proper mapping of the network interface PCI paths
inside the 02_network script. This will also allow other devices
using the ixgbe driver to do proper mapping in 02_network script.
The 02_network script is then modified to support all
dell-emc-620/640/680 devices.  It now maps the network
interfaces via PCI paths to match the markings on the device.
The interface marked GE6 is still used for WAN with
interfaces GE1-GE5 used for LAN.

The SFP1 and SFP2 interfaces are left to be assigned by
the user.

Signed-off-by: Raylynn Knight <rayknight@me.com>
Link: https://github.com/openwrt/openwrt/pull/23110
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/netdevices.mk
target/linux/x86/base-files/etc/board.d/02_network