mirror of https://github.com/aredn/aredn.git
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:
parent
47e209391a
commit
f4a537a6df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue