From: Florian Fainelli Date: Mon, 19 Feb 2007 09:51:12 +0000 (+0000) Subject: Fix a typo for videodev modules (#1371) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=af408622610172311eaea5044a0f567ec3c8e061;p=15.05%2Fopenwrt.git Fix a typo for videodev modules (#1371) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6321 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d86608987d..b65df98ff5 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))