update linux module for kernel 4.19

This commit is contained in:
coolsnowwolf 2019-01-04 13:25:46 +08:00
parent d2eafde1a2
commit 7ee65a9ef2
2 changed files with 2 additions and 2 deletions

View File

@ -476,7 +476,7 @@ define KernelPackage/rtc-ds1307
SUBMENU:=$(OTHER_MENU)
TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support
DEFAULT:=m if ALL_KMODS && RTC_SUPPORT
DEPENDS:=+kmod-i2c-core +LINUX_4_14:kmod-regmap
DEPENDS:=+kmod-i2c-core +!(LINUX_3_18||LINUX_4_9):kmod-regmap +!(LINUX_3_18||LINUX_4_9):kmod-hwmon-core
KCONFIG:=CONFIG_RTC_DRV_DS1307 \
CONFIG_RTC_CLASS=y
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1307.ko

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