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.
This commit is contained in:
Brett T. Warden 2021-10-29 07:56:27 -07:00 committed by GitHub
parent 47e209391a
commit f4a537a6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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