projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60acddc
)
kernel: fix typos in video KernelPackage description
author
Sungbo Eo
<
[email protected]
>
Tue, 8 Oct 2019 14:25:03 +0000
(23:25 +0900)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 12 Oct 2019 21:37:00 +0000
(23:37 +0200)
Fixes: 4b3d17b709a5 ("kernel: add kmod-fb-sys-ram")
Fixes: b774acb47912 ("package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595)")
Signed-off-by: Sungbo Eo <
[email protected]
>
package/kernel/linux/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/video.mk
b/package/kernel/linux/modules/video.mk
index f9d5c1b1bbcaf8ea15e723a3dbe5d0054e86c299..5e2484cec5b1c0293d899c896ec7409981703213 100644
(file)
--- a/
package/kernel/linux/modules/video.mk
+++ b/
package/kernel/linux/modules/video.mk
@@
-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-gl8
0
0/description
+define KernelPackage/video-gspca-gl8
6
0/description
The GL860 USB Camera Driver (gl860) kernel module
endef