To utilize the RTC on the Routerstation Pro, we need generic RTC support and the driver for the RTC. Add them to the linux config for ar71xx.
--- target/linux/ar71xx/config-2.6.32 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 192daa6..0b48f6a 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -194,6 +194,8 @@ CONFIG_RTL8306_PHY=y CONFIG_RTL8366S_PHY=y # CONFIG_RTL8366S_PHY_DEBUG_FS is not set CONFIG_RTL8366_SMI=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_PCF2123=y CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_SCSI_DMA is not set # CONFIG_SERIAL_8250_EXTENDED is not set -- 1.6.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
