diff options
author | Matt Kraai <kraai@debian.org> | 2002-03-20 17:38:37 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2002-03-20 17:38:37 +0000 |
commit | 83788da25055c4a2775c3d78a29255ee671141bb (patch) | |
tree | 0b3bc1a959cb05eed021051978f7af1cc9c3108d /include/applets.h | |
parent | 27eff033d20198f04ecf44af93988b89363650e4 (diff) | |
download | busybox-w32-83788da25055c4a2775c3d78a29255ee671141bb.tar.gz busybox-w32-83788da25055c4a2775c3d78a29255ee671141bb.tar.bz2 busybox-w32-83788da25055c4a2775c3d78a29255ee671141bb.zip |
* 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.h | 3 |
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 @@ | |||
269 | #ifdef CONFIG_LOGREAD | 269 | #ifdef CONFIG_LOGREAD |
270 | APPLET(logread, logread_main, _BB_DIR_SBIN) | 270 | APPLET(logread, logread_main, _BB_DIR_SBIN) |
271 | #endif | 271 | #endif |
272 | #ifdef CONFIG_LOSETUP | ||
273 | APPLET(losetup, losetup_main, _BB_DIR_SBIN) | ||
274 | #endif | ||
272 | #ifdef CONFIG_LS | 275 | #ifdef CONFIG_LS |
273 | APPLET(ls, ls_main, _BB_DIR_BIN) | 276 | APPLET(ls, ls_main, _BB_DIR_BIN) |
274 | #endif | 277 | #endif |