]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel/backlight: 6.12: fix missing dependency
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Sat, 5 Apr 2025 16:33:30 +0000 (18:33 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 30 Apr 2025 14:26:50 +0000 (16:26 +0200)
Add missing depends kmod-fb.

Package kmod-backlight is missing dependencies for the following libraries:
fb.ko

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/linux/modules/video.mk

index 0916a085ba323302e5815ef457995306bceb61bd..9ca299fd71b5f41f71f125f9574d90f65e12ffd0 100644 (file)
@@ -63,7 +63,7 @@ $(eval $(call KernelPackage,acpi-video))
 define KernelPackage/backlight
        SUBMENU:=$(VIDEO_MENU)
        TITLE:=Backlight support
-       DEPENDS:=@DISPLAY_SUPPORT
+       DEPENDS:=@DISPLAY_SUPPORT +!LINUX_6_6:kmod-fb
        HIDDEN:=1
        KCONFIG:=CONFIG_BACKLIGHT_CLASS_DEVICE \
                CONFIG_BACKLIGHT_LCD_SUPPORT=y \