kernel: Fix kmod-w1 dependency on hwmon-core for 4.19
kmod-w1 depends on kmod-hwmon-core since Linux 4.14 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
9d11726d6c
commit
08ef53d2fb
@ -14,7 +14,7 @@ define KernelPackage/w1
|
|||||||
TITLE:=Dallas's 1-wire support
|
TITLE:=Dallas's 1-wire support
|
||||||
KCONFIG:=CONFIG_W1
|
KCONFIG:=CONFIG_W1
|
||||||
FILES:=$(LINUX_DIR)/drivers/w1/wire.ko
|
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
|
endef
|
||||||
|
|
||||||
define KernelPackage/w1/description
|
define KernelPackage/w1/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user