1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 09:37:29 +02:00

Fix a typo for videodev modules (#1371)

SVN-Revision: 6321
This commit is contained in:
Florian Fainelli 2007-02-19 09:51:12 +00:00
parent 4602719db3
commit c63dadfe0a

View 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))