projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8baf097
)
unbreak i2c-mv64xxx dependencies
author
John Crispin
<john@openwrt.org>
Wed, 3 Apr 2013 12:58:06 +0000
(12:58 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 3 Apr 2013 12:58:06 +0000
(12:58 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36192
package/kernel/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/i2c.mk
b/package/kernel/modules/i2c.mk
index 485a6569c452bc26d2cd407aba018568a5416082..5cf929de97b9c2c747d8c829659840572d748d5d 100644
(file)
--- a/
package/kernel/modules/i2c.mk
+++ b/
package/kernel/modules/i2c.mk
@@
-138,7
+138,7
@@
I2C_MV64XXX_MODULES:=\
define KernelPackage/i2c-mv64xxx
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
TITLE:=Orion Platform I2C interface support
- DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu
(TARGET_kirkwood||TARGET_orion):
kmod-i2c-core
+ DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu
+
kmod-i2c-core
endef
define KernelPackage/i2c-mv64xxx/description