projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e103b2
)
kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx
author
Florian Fainelli
<florian@openwrt.org>
Mon, 14 Jan 2013 17:03:45 +0000
(17:03 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 14 Jan 2013 17:03:45 +0000
(17:03 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35157
package/kernel/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/i2c.mk
b/package/kernel/modules/i2c.mk
index df34bbf83518dfe04b1e9d2e302e70aae29cd779..e1adafdb0c52965c585c4eb1b4c9189a637186c5 100644
(file)
--- a/
package/kernel/modules/i2c.mk
+++ b/
package/kernel/modules/i2c.mk
@@
-154,7
+154,8
@@
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 +kmod-i2c-core TARGET_mvebu:kmod-of-i2c
+ DEPENDS:=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu (TARGET_kirkwood||TARGET_orion):kmod-i2c-core \
+ TARGET_mvebu:kmod-of-i2c
endef
define KernelPackage/i2c-mv64xxx/description