Also load compat_ioctl32 for V4L devices to load
authorFlorian Fainelli <florian@openwrt.org>
Tue, 12 Jun 2007 22:23:56 +0000 (22:23 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 12 Jun 2007 22:23:56 +0000 (22:23 +0000)
SVN-Revision: 7599

package/kernel/modules/other.mk

index 71d333ea1025e8ce4073a321937abbb3fbccde5d..62fd2994b75c233938751d23a937905c663ac5fe 100644 (file)
@@ -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))