aboutsummaryrefslogtreecommitdiff
path: root/toys
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-03 23:16:28 -0600
committerRob Landley <rob@landley.net>2012-02-03 23:16:28 -0600
commit27f5779a7a3d71cd26107d26330c67445341e879 (patch)
tree4972135e57c3390a929d91a603359c80179088b8 /toys
parentf83305e5fb4ab97df47825cd2c2ed4fad758e5b8 (diff)
downloadtoybox-27f5779a7a3d71cd26107d26330c67445341e879.tar.gz
Add autodetect for container support.
Diffstat (limited to 'toys')
-rw-r--r--toys/unshare.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/unshare.c b/toys/unshare.c
index c708ebe9..6485e334 100644
--- a/toys/unshare.c
+++ b/toys/unshare.c
@@ -11,6 +11,7 @@ USE_UNSHARE(NEWTOY(unshare, "<1^nium", TOYFLAG_USR|TOYFLAG_BIN))
config UNSHARE
bool "unshare"
default y
+ depends on TOYBOX_CONTAINER
help
usage: unshare [-muin] COMMAND...