mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +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
77bfe5441e
commit
0cf4c8a986
@ -83,6 +83,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…
x
Reference in New Issue
Block a user