mirror of https://github.com/hak5/openwrt.git
kernel: fix typos in video KernelPackage description
Fixes:master4b3d17b709
("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>
parent
60acddc960
commit
9f73fad359
|
@ -176,7 +176,7 @@ define KernelPackage/fb-sys-ram
|
|||
AUTOLOAD:=$(call AutoLoad,07,syscopyarea sysfillrect sysimgblt)
|
||||
endef
|
||||
|
||||
define KernelPackage/fb-sys-fops/description
|
||||
define KernelPackage/fb-sys-ram/description
|
||||
Kernel support for framebuffers in system RAM
|
||||
endef
|
||||
|
||||
|
@ -990,7 +990,7 @@ define KernelPackage/video-gspca-gl860
|
|||
$(call AddDepends/camera-gspca)
|
||||
endef
|
||||
|
||||
define KernelPackage/video-gspca-gl800/description
|
||||
define KernelPackage/video-gspca-gl860/description
|
||||
The GL860 USB Camera Driver (gl860) kernel module
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue