Fix a typo for videodev modules (#1371)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Feb 2007 09:51:12 +0000 (09:51 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 19 Feb 2007 09:51:12 +0000 (09:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6321 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/other.mk

index d866089..b65df98 100644 (file)
@@ -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))
 
This page took 0.02549 seconds and 4 git commands to generate.