openwrt/target/linux/x86/image/64.mk
Hauke Mehrtens 4b4c940fbc x86: Add kmod-dwmac-intel
This adds the Intel Ethernet driver for the Intel Quark/EHL/TGL chips.

Fixes: #13994
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2023-12-02 00:42:00 +01:00

15 lines
581 B
Makefile

define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/64
DEVICE_PACKAGES += \
kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-dwmac-intel kmod-e1000e kmod-e1000 \
kmod-forcedeth kmod-fs-vfat kmod-igb kmod-igc kmod-ixgbe kmod-r8169 \
kmod-tg3 kmod-mlxsw-core kmod-mlxsw-pci kmod-mlxsw-i2c \
kmod-mlxsw-spectrum kmod-mlxsw-minimal kmod-mlxfw \
kmod-leds-mlxcpld kmod-lib-objagg kmod-lib-parman \
kmod-hwmon-coretemp kmod-hwmon-drivetemp kmod-hwmon-jc42 \
kmod-i2c-i801 mlxsw_spectrum-firmware
GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic