mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 05:59:28 -05:00
Also load compat_ioctl32 for V4L devices to load
SVN-Revision: 7599
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user