From f4a537a6df3d4e2d51e8d8bb6fcd1effbf41baed Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" <4c0e8e88@tm.wgz.org> Date: Fri, 29 Oct 2021 07:56:27 -0700 Subject: [PATCH] Package kernel driver for DS3231 RTC (#153) Enable building and packaging the rtc-ds1307 kernel driver, which supports the high accuracy DS3231 RTC over I2C, along with other models. This can enable standalone real-time for devices with an exposed I2C bus, such as the GL-AR750. This change cascades some additional kernel options around RTC and I2c support, and additionally builds the i2c-dev module, in the i2c-core package. The package is not included in images, rather available for individual download and install. --- configs/common.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common.config b/configs/common.config index 5e343c02..37b961e4 100644 --- a/configs/common.config +++ b/configs/common.config @@ -116,4 +116,4 @@ CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE=y CONFIG_VTUN_SSL=n CONFIG_PACKAGE_ethtool=y CONFIG_JSON_OVERVIEW_IMAGE_INFO=y - +CONFIG_PACKAGE_kmod-rtc-ds1307=m