[后板]优化启动脚本和驱动加载,加快启动速度

This commit is contained in:
2025-01-02 16:24:10 +08:00
parent 453c61ae2d
commit 3bbc68b7ad
11 changed files with 90 additions and 213 deletions

View File

@@ -190,8 +190,8 @@ define KernelPackage/fb-disp
TITLE:=lcd support (staging)
DEPENDS:=
FILES:=$(LINUX_DIR)/drivers/video/fbdev/core/fb.ko
FILES+=$(LINUX_DIR)/drivers/video/fbdev/sunxi/disp2/disp/disp.ko
AUTOLOAD:=$(call AutoProbe, fb.ko disp.ko)
# FILES+=$(LINUX_DIR)/drivers/video/fbdev/sunxi/disp2/disp/disp.ko
AUTOLOAD:=$(call AutoProbe, fb.ko)
endef
define KernelPackage/fb-disp/description