summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d86608987..b65df98ff 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -241,7 +241,7 @@ define KernelPackage/videodev/2.4
endef
define KernelPackage/videodev/2.6
- AUTOLOAD:=$(call AutoLoad,60,v4l2-common videodev)
+ AUTOLOAD:=$(call AutoLoad,60,v4l2-common v4l1-compat videodev)
endef
$(eval $(call KernelPackage,videodev))