projects
/
openwrt
/
staging
/
dedeckeh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d11726
)
kernel: Fix kmod-w1 dependency on hwmon-core for 4.19
author
Petr Štetiar
<ynezz@true.cz>
Tue, 18 Dec 2018 10:07:28 +0000
(11:07 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 3 Jan 2019 17:05:47 +0000
(18:05 +0100)
kmod-w1 depends on kmod-hwmon-core since Linux 4.14
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/kernel/linux/modules/w1.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/w1.mk
b/package/kernel/linux/modules/w1.mk
index e936a28145342593c90803bc1d0f99fe1141c5f9..baf6b06625c5adcb97fd8d125912eeba55c640b8 100644
(file)
--- a/
package/kernel/linux/modules/w1.mk
+++ b/
package/kernel/linux/modules/w1.mk
@@
-14,7
+14,7
@@
define KernelPackage/w1
TITLE:=Dallas's 1-wire support
KCONFIG:=CONFIG_W1
FILES:=$(LINUX_DIR)/drivers/w1/wire.ko
- DEPENDS:=+
LINUX_4_14
:kmod-hwmon-core
+ DEPENDS:=+
!(LINUX_3_18||LINUX_4_9)
:kmod-hwmon-core
endef
define KernelPackage/w1/description