projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be83adb
)
kernel/drm-ttm-helper: 6.12: fix missing dependency
author
Mieczyslaw Nalewaj
<
[email protected]
>
Sat, 5 Apr 2025 16:44:36 +0000
(18:44 +0200)
committer
Christian Marangi
<
[email protected]
>
Wed, 30 Apr 2025 14:26:50 +0000
(16:26 +0200)
Add missing depends kmod-drm-kms-helper.
Package kmod-drm-ttm-helper is missing dependencies for the following libraries:
drm_kms_helper.ko
fb_sys_fops.ko
syscopyarea.ko
sysfillrect.ko
sysimgblt.ko
Signed-off-by: Mieczyslaw Nalewaj <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <
[email protected]
>
package/kernel/linux/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/video.mk
b/package/kernel/linux/modules/video.mk
index 9ca299fd71b5f41f71f125f9574d90f65e12ffd0..8153c54069a3a1b45a755507ecd3d150f4f309fa 100644
(file)
--- a/
package/kernel/linux/modules/video.mk
+++ b/
package/kernel/linux/modules/video.mk
@@
-389,7
+389,7
@@
define KernelPackage/drm-ttm-helper
SUBMENU:=$(VIDEO_MENU)
TITLE:=Helpers for ttm-based gem objects
HIDDEN:=1
- DEPENDS:=@DISPLAY_SUPPORT +kmod-drm-ttm
+ DEPENDS:=@DISPLAY_SUPPORT +kmod-drm-ttm
+!LINUX_6_6:kmod-drm-kms-helper
KCONFIG:=CONFIG_DRM_TTM_HELPER
FILES:=$(LINUX_DIR)/drivers/gpu/drm/drm_ttm_helper.ko
AUTOLOAD:=$(call AutoProbe,drm_ttm_helper)