mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
Add kmod-drm-i915 to the default packages. It was build into the kernel before and is now build as a kernel module. Fixes: 77cfe8fd15d3 ("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 8390599c9a29dbb0019447df9086cb8667bfd3d7) Link: https://github.com/openwrt/openwrt/pull/17792 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
352 B
Makefile
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
|