mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 22:08:54 +00:00
4b4c940fbc
This adds the Intel Ethernet driver for the Intel Quark/EHL/TGL chips. Fixes: #13994 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
15 lines
581 B
Makefile
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
|