kernel: modules: adjust the object files of kmod-fb

kmod-fb no longer depends on fb_io_fops.ko since 6.8 kernel.

Link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.8.y&id=8813e86f6d82a7931446c3cbc5d596f77d0f1ba6
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18661
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Shiji Yang 2025-05-01 11:35:36 +08:00 committed by Hauke Mehrtens
parent b2fa7e4b9d
commit 5048c9d501
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ define KernelPackage/fb
CONFIG_VT_HW_CONSOLE_BINDING=y
FILES:=$(LINUX_DIR)/drivers/video/fbdev/core/fb.ko \
$(LINUX_DIR)/lib/fonts/font.ko \
$(LINUX_DIR)/drivers/video/fbdev/core/fb_io_fops.ko
$(LINUX_DIR)/drivers/video/fbdev/core/fb_io_fops.ko@lt6.8
AUTOLOAD:=$(call AutoLoad,06,fb font)
endef