Fix a typo for videodev modules (#1371)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 19 Feb 2007 09:51:12 +0000 (09:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 19 Feb 2007 09:51:12 +0000 (09:51 +0000)
SVN-Revision: 6321

package/kernel/modules/other.mk

index d86608987ddd69bd8aebdae19a40ae65ebb8c0a0..b65df98ff578fd79de6de5ec3c45e726210c3853 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))