mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-06-23 13:14: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: 77cfe8fd15
("x86: make i915 as a kmod with required firmware")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/17781
Signed-off-by: Robert Marko <robimarko@gmail.com>
11 lines
334 B
Makefile
11 lines
334 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-drm-i915
|
|
GRUB2_VARIANT := generic
|
|
endef
|
|
TARGET_DEVICES += generic
|