summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2014-06-25 22:07:04 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-27 13:09:46 +0200
commit0afa8cafb93d915adcd54bb9a466bbc792e48659 (patch)
tree1be4351cd00485d8f86c71fcb070a360e17f2d4e /rules/util-linux-ng.in
parent673e151f9363334b974347bd99f85af04a45fa22 (diff)
downloadptxdist-0afa8cafb93d915adcd54bb9a466bbc792e48659.tar.gz
ptxdist-0afa8cafb93d915adcd54bb9a466bbc792e48659.tar.xz
util-linux-ng: allow losetup to be optionally installed
Signed-off-by: Jon Ringle <jringle@gridpoint.com> [mol: add linebreak in the help text] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 249bc3739..d4c9581ec 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -129,6 +129,17 @@ config UTIL_LINUX_NG_SWAPON
comment "BusyBox' swapon is selected!"
depends on BUSYBOX_SWAPONOFF
+config UTIL_LINUX_NG_LOSETUP
+ bool
+ prompt "losetup"
+ depends on !BUSYBOX_LOSETUP || ALLYES
+ help
+ losetup is used to associate or detach a loop device with a regular
+ file or block device, and to query the status of a loop device.
+
+comment "BusyBox' losetup is selected!"
+ depends on BUSYBOX_LOSETUP
+
config UTIL_LINUX_NG_MOUNT
bool
prompt "mount"