mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 07:23:59 +00:00
kernel: Add CONFIG_FB_DEVICE to kmod-fb
At least kmod-fb-tft depends on CONFIG_FB_DEVICE and can not be activated without it. This configuration option was added with kernel 6.6, before this featre was always activated. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3b8e07ae19
commit
258e84d30d
@ -79,6 +79,7 @@ define KernelPackage/fb
|
||||
DEPENDS:=@DISPLAY_SUPPORT
|
||||
KCONFIG:= \
|
||||
CONFIG_FB \
|
||||
CONFIG_FB_DEVICE=y \
|
||||
CONFIG_FB_MXS=n \
|
||||
CONFIG_FB_SM750=n \
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y \
|
||||
|
Loading…
Reference in New Issue
Block a user