From 3443bd72863326cca2ef4ba78965c05abc77cb96 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Jul 2003 07:30:36 +0000 Subject: Matteo Croce submitted a hdparm applet. --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 5fe01de..2a90b66 100644 --- a/include/applets.h +++ b/include/applets.h @@ -241,6 +241,9 @@ #ifdef CONFIG_HALT APPLET(halt, halt_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_HDPARM + APPLET(hdparm, hdparm_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_HEAD APPLET(head, head_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif -- cgit v1.1