aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2002-03-20 17:38:37 +0000
committerMatt Kraai <kraai@debian.org>2002-03-20 17:38:37 +0000
commit83788da25055c4a2775c3d78a29255ee671141bb (patch)
tree0b3bc1a959cb05eed021051978f7af1cc9c3108d /include/applets.h
parent27eff033d20198f04ecf44af93988b89363650e4 (diff)
downloadbusybox-83788da25055c4a2775c3d78a29255ee671141bb.tar.gz
* 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.
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0d310bdc3..6760fc5a1 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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