Skip to content
Snippets Groups Projects
Commit 8baf097b authored by John Crispin's avatar John Crispin
Browse files

fix borken of-i2c dependencies


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 36191
parent 84d0582d
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ define KernelPackage/i2c-mpc ...@@ -108,7 +108,7 @@ define KernelPackage/i2c-mpc
$(call i2c_defaults,$(I2C_MPC_MODULES),59) $(call i2c_defaults,$(I2C_MPC_MODULES),59)
TITLE:=MPC I2C accessors TITLE:=MPC I2C accessors
DEPENDS:=@TARGET_mpc52xx||TARGET_mpc83xx||TARGET_mpc85xx \ DEPENDS:=@TARGET_mpc52xx||TARGET_mpc83xx||TARGET_mpc85xx \
+kmod-i2c-core +kmod-of-i2c +kmod-i2c-core
endef endef
define KernelPackage/i2c-mpc/description define KernelPackage/i2c-mpc/description
...@@ -123,7 +123,7 @@ I2C_IBM_IIC_MODULES:=\ ...@@ -123,7 +123,7 @@ I2C_IBM_IIC_MODULES:=\
define KernelPackage/i2c-ibm-iic define KernelPackage/i2c-ibm-iic
$(call i2c_defaults,$(OF_I2C_MODULES),59) $(call i2c_defaults,$(OF_I2C_MODULES),59)
TITLE:=IBM PPC 4xx on-chip I2C interface support TITLE:=IBM PPC 4xx on-chip I2C interface support
DEPENDS:=@TARGET_ppc40x||TARGET_ppc4xx +kmod-i2c-core +kmod-of-i2c DEPENDS:=@TARGET_ppc40x||TARGET_ppc4xx +kmod-i2c-core
endef endef
define KernelPackage/i2c-ibm-iic/description define KernelPackage/i2c-ibm-iic/description
...@@ -138,8 +138,7 @@ I2C_MV64XXX_MODULES:=\ ...@@ -138,8 +138,7 @@ 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 (TARGET_kirkwood||TARGET_orion):kmod-i2c-core \ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment