[openwrt/openwrt] kernel: update dependency of kmod-i2c-piix4

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 30 07:27:44 PDT 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ff493d4a9b986a41a304351f38f946f470ac624d

commit ff493d4a9b986a41a304351f38f946f470ac624d
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Nov 20 14:32:09 2024 -0500

    kernel: update dependency of kmod-i2c-piix4
    
    Add missing depends kmod-i2c-smbus.
    
    Package kmod-i2c-piix4 is missing dependencies for the following libraries:
    i2c-smbus.ko
    
    Ref: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=de4f2f52f93257433c9029ba2b4044cd9f029b21
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    Link: https://github.com/openwrt/openwrt/pull/16547
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/kernel/linux/modules/i2c.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk
index 3aaf560ea9..8f3564d106 100644
--- a/package/kernel/linux/modules/i2c.mk
+++ b/package/kernel/linux/modules/i2c.mk
@@ -289,7 +289,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 @TARGET_x86 +kmod-i2c-core
+  DEPENDS:=@PCI_SUPPORT @TARGET_x86 +kmod-i2c-core +!LINUX_6_6:kmod-i2c-smbus
 endef
 
 define KernelPackage/i2c-piix4/description




More information about the lede-commits mailing list