From: Kevin Darbyshire-Bryant Date: Sun, 29 Mar 2020 20:38:10 +0000 (+0100) Subject: kernel: Enable CMOS RTC support on 5.4 X-Git-Tag: v21.02.0-rc1~3277 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=af35205626ecea62c75b1a94a6f835aed6c91089 kernel: Enable CMOS RTC support on 5.4 Enable kernel symbol CONFIG_RTC_DRV_CMOS which was enabled in 4.14 & 4.19 Fixes FS#2905 and now my APU2 picks up time from RTC Signed-off-by: Kevin Darbyshire-Bryant --- diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 48750c2cdc..b5deef31de 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -4331,7 +4331,7 @@ CONFIG_RFKILL=y # CONFIG_RTC_DRV_BQ32K is not set # CONFIG_RTC_DRV_BQ4802 is not set # CONFIG_RTC_DRV_CADENCE is not set -# CONFIG_RTC_DRV_CMOS is not set +CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1286 is not set # CONFIG_RTC_DRV_DS1302 is not set # CONFIG_RTC_DRV_DS1305 is not set