0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-12 15:59:40 +00:00
Files
openwrt/target/linux/x86/image/generic.mk
Hauke Mehrtens 7a916c75e8 x86: Add kmod-drm-i915 as default package
Add kmod-drm-i915 to the default packages. It was build into the kernel
before and is now build as a kernel module.

Fixes: 77cfe8fd15 ("x86: make i915 as a kmod with required firmware")
Link: https://github.com/openwrt/openwrt/pull/17781
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 8390599c9a)
Link: https://github.com/openwrt/openwrt/pull/17792
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-01-31 21:37:05 +01:00

11 lines
352 B
Makefile

define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86
DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 kmod-natsemi \
kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 kmod-tg3 \
kmod-via-rhine kmod-via-velocity kmod-forcedeth kmod-fs-vfat \
kmod-drm-i915
GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic