mirror of https://github.com/hak5/openwrt-owl.git
kernel: kmod-rtc-ds1307: add dependency to regmap
In kernel 4.14 kmod-rtc-ds1307 depends on regmap-i2c, add this missing dependency. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>owl
parent
b0b9ec8e54
commit
e387d9b0ca
|
@ -443,7 +443,7 @@ define KernelPackage/rtc-ds1307
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support
|
TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support
|
||||||
DEFAULT:=m if ALL_KMODS && RTC_SUPPORT
|
DEFAULT:=m if ALL_KMODS && RTC_SUPPORT
|
||||||
DEPENDS:=+kmod-i2c-core
|
DEPENDS:=+kmod-i2c-core +LINUX_4_14:kmod-regmap
|
||||||
KCONFIG:=CONFIG_RTC_DRV_DS1307 \
|
KCONFIG:=CONFIG_RTC_DRV_DS1307 \
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1307.ko
|
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1307.ko
|
||||||
|
|
Loading…
Reference in New Issue