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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user