aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-12 22:23:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-12 22:23:56 +0000
commit4e7738f453ce33d3b725e120734aeadc5c23dad0 (patch)
treebc41c2c4f5f2ab7102c84b25bc3f896b8287e43c /package
parent43262a3b35d122bc6c677ae09c7467d3ccd62606 (diff)
downloadupstream-4e7738f453ce33d3b725e120734aeadc5c23dad0.tar.gz
upstream-4e7738f453ce33d3b725e120734aeadc5c23dad0.tar.bz2
upstream-4e7738f453ce33d3b725e120734aeadc5c23dad0.zip
Also load compat_ioctl32 for V4L devices to load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 71d333ea10..62fd2994b7 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -291,7 +291,7 @@ define KernelPackage/videodev/2.4
endef
define KernelPackage/videodev/2.6
- AUTOLOAD:=$(call AutoLoad,60,v4l2-common v4l1-compat videodev)
+ AUTOLOAD:=$(call AutoLoad,60,v4l2-common v4l1-compat compat_ioctl32 videodev)
endef
$(eval $(call KernelPackage,videodev))