Explorar el Código

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 <[email protected]>
Petr Štetiar hace 6 años
padre
commit
08ef53d2fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/kernel/linux/modules/w1.mk

+ 1 - 1
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