Matteo Croce submitted a hdparm applet.

This commit is contained in:
Eric Andersen
2003-07-22 07:30:36 +00:00
parent 1ebcff191a
commit 3443bd7286
5 changed files with 2794 additions and 0 deletions

View File

@ -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