diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-19 09:51:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-19 09:51:12 +0000 |
commit | c63dadfe0a253815a2d55f898818697010369b8d (patch) | |
tree | 75db1e32b2a94a878006531ea8042fe20bbe1050 /package/kernel/modules | |
parent | 4602719db328c5ad9c7312640ecc3ec1c021aea4 (diff) | |
download | upstream-c63dadfe0a253815a2d55f898818697010369b8d.tar.gz upstream-c63dadfe0a253815a2d55f898818697010369b8d.tar.bz2 upstream-c63dadfe0a253815a2d55f898818697010369b8d.zip |
Fix a typo for videodev modules (#1371)
SVN-Revision: 6321
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |