Skip to content

Commit c9a8791

Browse files
testuser7robimarko
authored andcommitted
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: e75ba35 ("modules: video: introduce DRM client setup module") Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: openwrt/openwrt#23124 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 9c99843 commit c9a8791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/kernel/linux/modules/video.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ $(eval $(call KernelPackage,drm-buddy))
336336
define KernelPackage/drm-client-lib
337337
SUBMENU:=$(VIDEO_MENU)
338338
TITLE:=DRM client library setup helper
339-
DEPENDS:=@DISPLAY_SUPPORT +@LINUX_6_18 +kmod-drm +kmod-drm-kms-helper
339+
DEPENDS:=@DISPLAY_SUPPORT @LINUX_6_18 +kmod-drm +kmod-drm-kms-helper
340340
KCONFIG:=CONFIG_DRM_CLIENT_LIB
341341
FILES:= $(LINUX_DIR)/drivers/gpu/drm/clients/drm_client_lib.ko
342342
AUTOLOAD:=$(call AutoProbe,drm_client_lib)

0 commit comments

Comments
 (0)