diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:51:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-05 07:51:31 +0000 |
commit | 01c3d40f3c022abc08c14b96fe586a33fce081e8 (patch) | |
tree | 44343baf5a55f3f623770a1097a54eaad112c7f4 /include/applets.h | |
parent | a21f4e018a39c08e09d69fae63383000a327716a (diff) |
Add the fdformat utility, based on a patch from Kent Robotti,
but I then completely reworked the fdformat utility to comply
with the current busybox way of doing things.
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 cfb278123..5fe01de5f 100644 --- a/include/applets.h +++ b/include/applets.h @@ -193,6 +193,9 @@ #ifdef CONFIG_FDFLUSH APPLET(fdflush, fdflush_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_FDFORMAT + APPLET(fdformat, fdformat_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_FDISK APPLET(fdisk, fdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif |