summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorRobert Griebl2002-07-21 16:50:49 +0000
committerRobert Griebl2002-07-21 16:50:49 +0000
commit1cd044549531ef1c4016ec3c60652dad95b1617f (patch)
treed552f7d94cac8240a89a5e498b73c0c60299de2c /include/applets.h
parentfc78b795758ad04caeadfbb2bbb75e6cefa03785 (diff)
downloadbusybox-1cd044549531ef1c4016ec3c60652dad95b1617f.zip
busybox-1cd044549531ef1c4016ec3c60652dad95b1617f.tar.gz
Initial checkin of a very primitive hwclock replacement
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index b6397a6..6b8bce7 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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