* include/applets.h (CONFIG_LOSETUP): New.

* include/usage.h (losetup_trivial_usage, losetup_full_usage): New.
* util-linux/Makefile: Add losetup.o.
* util-linux/config.in: Add losetup prompt.
* util-linux/losetup.c: New.
This commit is contained in:
Matt Kraai
2002-03-20 17:38:37 +00:00
parent 27eff033d2
commit 83788da250
5 changed files with 72 additions and 0 deletions

View File

@ -269,6 +269,9 @@
#ifdef CONFIG_LOGREAD
APPLET(logread, logread_main, _BB_DIR_SBIN)
#endif
#ifdef CONFIG_LOSETUP
APPLET(losetup, losetup_main, _BB_DIR_SBIN)
#endif
#ifdef CONFIG_LS
APPLET(ls, ls_main, _BB_DIR_BIN)
#endif