diff options
| author | Shawn Landden <shawn@churchofgit.com> | 2013-12-08 16:07:41 -0800 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-09 09:31:27 +0100 |
| commit | 9f91d79601da42516752318beecfd080dc05aac9 (patch) | |
| tree | 0aad531f026b6429a32d0fa4920666a7ecdfcfe8 /package/util-linux/Config.in | |
| parent | 80795456d023bb3baa34911591e2696f23db67ee (diff) | |
| download | buildroot-9f91d79601da42516752318beecfd080dc05aac9.tar.gz buildroot-9f91d79601da42516752318beecfd080dc05aac9.zip | |
util-linux: add nsenter option
[Peter: adjust white space and commit message]
Signed-off-by: Shawn Landden <shawn@churchofgit.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/util-linux/Config.in')
| -rw-r--r-- | package/util-linux/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index 8c8fd7ab5c..ed19f39160 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -106,6 +106,11 @@ config BR2_PACKAGE_UTIL_LINUX_MOUNT help Mount/unmount filesystems +config BR2_PACKAGE_UTIL_LINUX_NSENTER + bool "nsenter" + help + Enter namespaces (setns(2) frontend) + config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT bool "pivot_root" help |

