mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
kernel: i2c-piix4: fix dependency on TARGET_x86
This commit is contained in:
parent
a173b5925d
commit
87cd9fd85e
@ -127,7 +127,7 @@ I2C_PIIX4_MODULES:= \
|
||||
define KernelPackage/i2c-piix4
|
||||
$(call i2c_defaults,$(I2C_PIIX4_MODULES),59)
|
||||
TITLE:=Intel PIIX4 and compatible I2C interfaces
|
||||
DEPENDS:=@PCI_SUPPORT @(x86||x86_64) kmod-i2c-core
|
||||
DEPENDS:=@PCI_SUPPORT @TARGET_x86 kmod-i2c-core
|
||||
endef
|
||||
|
||||
define KernelPackage/i2c-piix4/description
|
||||
|
Loading…
Reference in New Issue
Block a user