Initial checkin of a very primitive hwclock replacement

This commit is contained in:
Robert Griebl
2002-07-21 16:50:49 +00:00
parent fc78b79575
commit 1cd0445495
5 changed files with 248 additions and 0 deletions

View File

@@ -218,6 +218,9 @@
#ifdef CONFIG_HUSH
APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_HWCLOCK
APPLET(hwclock, hwclock_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_ID
APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif