diff options
author | Robert Griebl <griebl@gmx.de> | 2002-07-21 16:50:49 +0000 |
---|---|---|
committer | Robert Griebl <griebl@gmx.de> | 2002-07-21 16:50:49 +0000 |
commit | 1cd044549531ef1c4016ec3c60652dad95b1617f (patch) | |
tree | d552f7d94cac8240a89a5e498b73c0c60299de2c /include/applets.h | |
parent | fc78b795758ad04caeadfbb2bbb75e6cefa03785 (diff) | |
download | busybox-w32-1cd044549531ef1c4016ec3c60652dad95b1617f.tar.gz busybox-w32-1cd044549531ef1c4016ec3c60652dad95b1617f.tar.bz2 busybox-w32-1cd044549531ef1c4016ec3c60652dad95b1617f.zip |
Initial checkin of a very primitive hwclock replacement
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index b6397a656..6b8bce7e0 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -218,6 +218,9 @@ | |||
218 | #ifdef CONFIG_HUSH | 218 | #ifdef CONFIG_HUSH |
219 | APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 219 | APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
220 | #endif | 220 | #endif |
221 | #ifdef CONFIG_HWCLOCK | ||
222 | APPLET(hwclock, hwclock_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
223 | #endif | ||
221 | #ifdef CONFIG_ID | 224 | #ifdef CONFIG_ID |
222 | APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 225 | APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
223 | #endif | 226 | #endif |