projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kmod-sctp: Add SCTP kernel support
[openwrt.git]
/
package
/
kernel
/
modules
/
video.mk
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index
50d3501
..
6091989
100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-11,7
+11,7
@@
VIDEO_MENU:=Video Support
define KernelPackage/video-core
SUBMENU:=$(VIDEO_MENU)
TITLE=Video4Linux support
define KernelPackage/video-core
SUBMENU:=$(VIDEO_MENU)
TITLE=Video4Linux support
- DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
+ DEPENDS:=@PCI_SUPPORT||USB_SUPPORT
+!TARGET_etrax:kmod-i2c-core
KCONFIG:= \
CONFIG_MEDIA_SUPPORT=m \
CONFIG_VIDEO_DEV \
KCONFIG:= \
CONFIG_MEDIA_SUPPORT=m \
CONFIG_VIDEO_DEV \
@@
-162,6
+162,7
@@
define KernelPackage/video-uvc
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
$(call AddDepends/video)
FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
AUTOLOAD:=$(call AutoLoad,90,uvcvideo)
$(call AddDepends/video)
+ $(call AddDepends/input)
endef
endef
This page took
0.022074 seconds
and
4
git commands to generate.