Skip to content

Commit 226f74b

Browse files
namiltdrobimarko
authored andcommitted
kernel: disable drm-i915 module for x86/geode
Disable drm-i915 module for target x86/geode. Fixes: 77cfe8f ("x86: make i915 as a kmod with required firmware") Signed-off-by: Mieczyslaw Nalewaj <[email protected]> Link: openwrt/openwrt#16977 Signed-off-by: Robert Marko <[email protected]>
1 parent 4911212 commit 226f74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/kernel/linux/modules/video.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ $(eval $(call KernelPackage,drm-amdgpu))
441441
define KernelPackage/drm-i915
442442
SUBMENU:=$(VIDEO_MENU)
443443
TITLE:=Intel i915 DRM support
444-
DEPENDS:=@TARGET_x86 @DISPLAY_SUPPORT +kmod-backlight +kmod-drm-ttm \
444+
DEPENDS:=@(TARGET_x86_64||TARGET_x86_generic||TARGET_x86_legacy) \
445+
@DISPLAY_SUPPORT +kmod-backlight +kmod-drm-ttm \
445446
+kmod-drm-ttm-helper +kmod-drm-kms-helper +kmod-i2c-algo-bit +i915-firmware-dmc \
446447
+kmod-drm-display-helper +kmod-drm-buddy +kmod-acpi-video \
447448
+kmod-drm-exec +kmod-drm-suballoc-helper

0 commit comments

Comments
 (0)