[Buildroot] [PATCH 2/4] util-linux: nsenter

Peter Korsgaard jacmet at uclibc.org
Mon Dec 9 08:33:17 UTC 2013


>>>>> "Shawn" == Shawn Landden <shawn at churchofgit.com> writes:

The commit message could have been a bit longer, but OK.

 > Signed-off-by: Shawn Landden <shawn at churchofgit.com>

 > ---
 >  package/util-linux/Config.in     | 5 +++++
 >  package/util-linux/util-linux.mk | 1 +
 >  2 files changed, 6 insertions(+)

 > diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
 > index 8c8fd7a..c8d31ac 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.in indentation should be with <tab> (and the help lines
<tab><space><space>)

 >  config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
 >  	bool "pivot_root"
 >  	help
 > diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
 > index 20b3d35..af9d7c8 100644
 > --- a/package/util-linux/util-linux.mk
 > +++ b/package/util-linux/util-linux.mk
 > @@ -62,6 +62,7 @@ UTIL_LINUX_CONF_OPT += \
 >  	$(if $(BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS),--enable-last --enable-login --enable-su --enable-sulogin,--disable-last --disable-login --disable-su --disable-sulogin) \
 >  	$(if $(BR2_PACKAGE_UTIL_LINUX_MESG),--enable-mesg,--disable-mesg) \
 >  	$(if $(BR2_PACKAGE_UTIL_LINUX_MOUNT),--enable-mount,--disable-mount) \
 > +        $(if $(BR2_PACKAGE_UTIL_LINUX_NSENTER),--enable-nsenter,--disable-nsenter) \

Same here, the other lines around it use <tab>.

Committed with those fixes, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list