mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
modules: video: Fix DRM client lib dependency
Fix dependency for kmod-drm-client-lib module:
error: recursive dependency detected!
symbol LINUX_6_18 is selected by PACKAGE_kmod-drm-client-lib
symbol PACKAGE_kmod-drm-client-lib is selected by LINUX_6_18
Fixes: e75ba35ed8 ("modules: video: introduce DRM client setup module")
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23124
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
@@ -336,7 +336,7 @@ $(eval $(call KernelPackage,drm-buddy))
|
||||
define KernelPackage/drm-client-lib
|
||||
SUBMENU:=$(VIDEO_MENU)
|
||||
TITLE:=DRM client library setup helper
|
||||
DEPENDS:=@DISPLAY_SUPPORT +@LINUX_6_18 +kmod-drm +kmod-drm-kms-helper
|
||||
DEPENDS:=@DISPLAY_SUPPORT @LINUX_6_18 +kmod-drm +kmod-drm-kms-helper
|
||||
KCONFIG:=CONFIG_DRM_CLIENT_LIB
|
||||
FILES:= $(LINUX_DIR)/drivers/gpu/drm/clients/drm_client_lib.ko
|
||||
AUTOLOAD:=$(call AutoProbe,drm_client_lib)
|
||||
|
||||
Reference in New Issue
Block a user