summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-12 22:23:56 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-12 22:23:56 +0000
commitc8629107bd68de89f8fd978a572909171ca11e22 (patch)
treebc41c2c4f5f2ab7102c84b25bc3f896b8287e43c /package/kernel
parent7ed39aeff7a5e940449513d93e9fd56a9323df53 (diff)
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/kernel')
-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 71d333ea1..62fd2994b 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))