projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4602719
)
Fix a typo for videodev modules (#1371)
author
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 09:51:12 +0000
(09:51 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Feb 2007 09:51:12 +0000
(09:51 +0000)
SVN-Revision: 6321
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index d86608987ddd69bd8aebdae19a40ae65ebb8c0a0..b65df98ff578fd79de6de5ec3c45e726210c3853 100644
(file)
--- 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 v
4l1-compat v
ideodev)
endef
$(eval $(call KernelPackage,videodev))