aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/video.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-02-02 08:23:44 +0000
committerJonas Gorski <jogo@openwrt.org>2012-02-02 08:23:44 +0000
commit47f5be9659a16031b9ce946b437b5af71cc004a8 (patch)
treee839b65938b53d11db735977952021fb5184b934 /package/kernel/modules/video.mk
parentb6b0a6cbbb276280c33413fb353c08115fa8fd86 (diff)
downloadupstream-47f5be9659a16031b9ce946b437b5af71cc004a8.tar.gz
upstream-47f5be9659a16031b9ce946b437b5af71cc004a8.tar.bz2
upstream-47f5be9659a16031b9ce946b437b5af71cc004a8.zip
kernel: update module names and add new config symbols for linux 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29985 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/video.mk')
-rw-r--r--package/kernel/modules/video.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk
index 7a6eb31a2a..05e249a7a8 100644
--- a/package/kernel/modules/video.mk
+++ b/package/kernel/modules/video.mk
@@ -18,7 +18,9 @@ define KernelPackage/video-core
CONFIG_VIDEO_V4L1=y \
CONFIG_VIDEO_ALLOW_V4L1=y \
CONFIG_VIDEO_CAPTURE_DRIVERS=y \
- CONFIG_V4L_USB_DRIVERS=y
+ CONFIG_V4L_USB_DRIVERS=y \
+ CONFIG_V4L_PCI_DRIVERS=y \
+ CONFIG_V4L_PLATFORM_DRIVERS=y
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.38)),1)
FILES:= \
$(LINUX_DIR)/drivers/media/video/v4l2-common.ko \