mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35157
This commit is contained in:
parent
1e103b2ecc
commit
10ef67ed21
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user