projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] ppp: don't die on malformed PADS frames that might appear on instable DSL...
[openwrt.git]
/
package
/
kernel
/
modules
/
video.mk
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index
6091989
..
b148afc
100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-87,7
+87,7
@@
$(eval $(call KernelPackage,video-konica))
define KernelPackage/video-ov511
TITLE:=OV511 USB webcam support
DEPENDS:=@USB_SUPPORT +kmod-usb-core
define KernelPackage/video-ov511
TITLE:=OV511 USB webcam support
DEPENDS:=@USB_SUPPORT +kmod-usb-core
- KCONFIG:=CONFIG_
VIDEO
_OV511
+ KCONFIG:=CONFIG_
USB
_OV511
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.ko
AUTOLOAD:=$(call AutoLoad,70,ov511)
$(call AddDepends/video)
FILES:=$(LINUX_DIR)/drivers/media/video/ov511.ko
AUTOLOAD:=$(call AutoLoad,70,ov511)
$(call AddDepends/video)
This page took
0.025821 seconds
and
4
git commands to generate.