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:
Petr Štetiar 2018-12-18 11:07:28 +01:00 committed by Hauke Mehrtens
parent 9d11726d6c
commit 08ef53d2fb

View File

@ -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