projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
679cab8
)
add missing config option for v4l1 (fixes #6314)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 19:04:57 +0000
(19:04 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 19:04:57 +0000
(19:04 +0000)
SVN-Revision: 18726
package/kernel/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index f1ee75a8597fbe6cc5401329b76a93ebb7783acc..3eb9fe99c08c421e36a00b86934befb23f7d7d3a 100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-16,6
+16,7
@@
define KernelPackage/video-core
CONFIG_MEDIA_SUPPORT=m \
CONFIG_VIDEO_DEV \
CONFIG_VIDEO_V4L1=y \
+ CONFIG_VIDEO_ALLOW_V4L1=y \
CONFIG_VIDEO_CAPTURE_DRIVERS=y \
CONFIG_V4L_USB_DRIVERS=y
endef