From 6b122a681ce8477a0d2885b7a76ec5f11e0e8e93 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 11 Sep 2007 13:49:28 +0000 Subject: fix target names in DEPENDS (closes: #2341) SVN-Revision: 8748 --- package/kernel/modules/i2c.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/modules/i2c.mk') diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index 11d42e7..e087598 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -53,8 +53,8 @@ $(eval $(call KernelPackage,i2c-algos)) define KernelPackage/i2c-scx200 SUBMENU:=$(I2CMENU) TITLE:=SCX200 i2c support - DEFAULT:=y if LINUX_2_6_X86_Soekris - DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_X86_Soekris + DEFAULT:=y if TARGET_x86_Soekris + DEPENDS:=@TARGET_x86_Soekris kmod-i2c-core kmod-i2c-algos KCONFIG:= \ CONFIG_I2C_ISA \ CONFIG_SCx200_I2C -- cgit v1.1