mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +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
|
define KernelPackage/i2c-mv64xxx
|
||||||
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
|
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
|
||||||
TITLE:=Orion Platform I2C interface support
|
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
|
endef
|
||||||
|
|
||||||
define KernelPackage/i2c-mv64xxx/description
|
define KernelPackage/i2c-mv64xxx/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user