diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 07:30:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 07:30:36 +0000 |
commit | 3443bd72863326cca2ef4ba78965c05abc77cb96 (patch) | |
tree | 009687f5e562149649a40a8c0878c871c72e30bb /include/applets.h | |
parent | 1ebcff191a57d792dcbcc651974c54510ed03696 (diff) | |
download | busybox-w32-3443bd72863326cca2ef4ba78965c05abc77cb96.tar.gz busybox-w32-3443bd72863326cca2ef4ba78965c05abc77cb96.tar.bz2 busybox-w32-3443bd72863326cca2ef4ba78965c05abc77cb96.zip |
Matteo Croce submitted a hdparm applet.
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 5fe01de5f..2a90b66c5 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -241,6 +241,9 @@ | |||
241 | #ifdef CONFIG_HALT | 241 | #ifdef CONFIG_HALT |
242 | APPLET(halt, halt_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 242 | APPLET(halt, halt_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
243 | #endif | 243 | #endif |
244 | #ifdef CONFIG_HDPARM | ||
245 | APPLET(hdparm, hdparm_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
246 | #endif | ||
244 | #ifdef CONFIG_HEAD | 247 | #ifdef CONFIG_HEAD |
245 | APPLET(head, head_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 248 | APPLET(head, head_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
246 | #endif | 249 | #endif |