aboutsummaryrefslogtreecommitdiff
path: root/libbb/rtc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* we need to pass back the rtc device name that was actually used so that we ↵Mike Frysinger2008-02-151-6/+8
| | | | can turn around and check its sysfs status
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ↵Mike Frysinger2008-02-151-0/+86
new rtcwake applet as well as hwclock can utilize the same code