kernel: fix typo in fb-sys-fops autoload
AutoLoad parameter must match the exact kernel module name. Fix it. Fixes:125f1ce9ad
("kernel: video: add DRM core and IMX DRM support for HDMI/LVDS") Signed-off-by: Sungbo Eo <mans0n@gorani.run> (cherry picked from commit6990510aca
)
This commit is contained in:
parent
a6e7f68c7f
commit
2117f632e3
@ -151,7 +151,7 @@ define KernelPackage/fb-sys-fops
|
|||||||
DEPENDS:=+kmod-fb
|
DEPENDS:=+kmod-fb
|
||||||
KCONFIG:=CONFIG_FB_SYS_FOPS
|
KCONFIG:=CONFIG_FB_SYS_FOPS
|
||||||
FILES:=$(LINUX_DIR)/drivers/video/fbdev/core/fb_sys_fops.ko
|
FILES:=$(LINUX_DIR)/drivers/video/fbdev/core/fb_sys_fops.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,07,fbsysfops)
|
AUTOLOAD:=$(call AutoLoad,07,fb_sys_fops)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fb-sys-fops/description
|
define KernelPackage/fb-sys-fops/description
|
||||||
|
Loading…
Reference in New Issue
Block a user