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 | |
parent | 4602719db328c5ad9c7312640ecc3ec1c021aea4 (diff) | |
download | mtk-20170518-c63dadfe0a253815a2d55f898818697010369b8d.zip mtk-20170518-c63dadfe0a253815a2d55f898818697010369b8d.tar.gz mtk-20170518-c63dadfe0a253815a2d55f898818697010369b8d.tar.bz2 |
Fix a typo for videodev modules (#1371)
SVN-Revision: 6321
-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 d866089..b65df98 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)) |