projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12962a
)
kernel: update dependency of kmod-i2c-piix4
author
John Audia
<
[email protected]
>
Wed, 20 Nov 2024 19:32:09 +0000
(14:32 -0500)
committer
Christian Marangi
<
[email protected]
>
Wed, 30 Apr 2025 14:26:35 +0000
(16:26 +0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <
[email protected]
>
package/kernel/linux/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/i2c.mk
b/package/kernel/linux/modules/i2c.mk
index 3aaf560ea908dbbfa57c78d3bb1240ef6fcf5828..8f3564d1065f69e1fe210922418f80bc4d92debc 100644
(file)
--- 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