projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
139c1d2
)
kernel: add further dependency for kmod-rtc-ds1307 on 4.19
author
Zoltan HERPAI
<
[email protected]
>
Fri, 4 Jan 2019 19:53:46 +0000
(20:53 +0100)
committer
Zoltan HERPAI
<
[email protected]
>
Fri, 4 Jan 2019 19:55:28 +0000
(20:55 +0100)
Signed-off-by: Zoltan HERPAI <
[email protected]
>
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 38aa58e93b22071a14d4dfa4000e073fa6d0c570..86c7e513bfe7497de043510d49d48fd2285192fc 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-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_3_18||LINUX_4_9):kmod-regmap
+ DEPENDS:=+kmod-i2c-core +!(LINUX_3_18||LINUX_4_9):kmod-regmap
+(LINUX_4_19):kmod-hwmon-core
KCONFIG:=CONFIG_RTC_DRV_DS1307 \
CONFIG_RTC_CLASS=y
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1307.ko