projects
/
openwrt
/
staging
/
linusw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0dc74
)
kernel/backlight: 6.12: fix missing dependency
author
Mieczyslaw Nalewaj
<
[email protected]
>
Sat, 5 Apr 2025 16:33:30 +0000
(18:33 +0200)
committer
Christian Marangi
<
[email protected]
>
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 <
[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 0916a085ba323302e5815ef457995306bceb61bd..9ca299fd71b5f41f71f125f9574d90f65e12ffd0 100644
(file)
--- a/
package/kernel/linux/modules/video.mk
+++ b/
package/kernel/linux/modules/video.mk
@@
-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 \