mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
kernel: fix typos in video KernelPackage description
Fixes:4b3d17b709
("kernel: add kmod-fb-sys-ram") Fixes:b774acb479
("package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595)") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
60acddc960
commit
9f73fad359
@ -176,7 +176,7 @@ define KernelPackage/fb-sys-ram
|
|||||||
AUTOLOAD:=$(call AutoLoad,07,syscopyarea sysfillrect sysimgblt)
|
AUTOLOAD:=$(call AutoLoad,07,syscopyarea sysfillrect sysimgblt)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fb-sys-fops/description
|
define KernelPackage/fb-sys-ram/description
|
||||||
Kernel support for framebuffers in system RAM
|
Kernel support for framebuffers in system RAM
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -990,7 +990,7 @@ define KernelPackage/video-gspca-gl860
|
|||||||
$(call AddDepends/camera-gspca)
|
$(call AddDepends/camera-gspca)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/video-gspca-gl800/description
|
define KernelPackage/video-gspca-gl860/description
|
||||||
The GL860 USB Camera Driver (gl860) kernel module
|
The GL860 USB Camera Driver (gl860) kernel module
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user