[Buildroot] [PATCH 1/1] cifs-utils: new package

Peter Korsgaard jacmet at uclibc.org
Mon Sep 26 20:36:46 UTC 2011


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Thanks, committed with minor fixes (see below):

 Thomas> new file mode 100644
 Thomas> index 0000000..861aaeb
 Thomas> --- /dev/null
 Thomas> +++ b/package/cifs-utils/Config.in
 Thomas> @@ -0,0 +1,13 @@
 Thomas> +config BR2_PACKAGE_CIFS_UTILS
 Thomas> +        bool "cifs-utils"

Wrong indentation.

 Thomas> +	help
 Thomas> +	  The in-kernel CIFS filesystem is generally the preferred
 Thomas> +	  method for mounting SMB/CIFS shares on Linux. The in-kernel
 Thomas> +	  CIFS filesystem relies on a set of user-space tools. That
 Thomas> +	  package of tools is called cifs-utils. Although not really
 Thomas> +	  part of Samba proper, these tools were originally part of
 Thomas> +	  the Samba package. For several reasons, shipping these tools
 Thomas> +	  as part of Samba was problematic and it was deemed better to
 Thomas> +	  split them off into their own package.
 Thomas> +
 Thomas> +	  http://wiki.samba.org/index.php/LinuxCIFS_utils
 Thomas> \ No newline at end of file

..

 Thomas> diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk
 Thomas> +$(eval $(call AUTOTARGETS,package,cifs-utils))
 Thomas> \ No newline at end of file

You forgot the newlines again ;)

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list