[Buildroot] [PATCH 15/31] package/systemd: add optional support for hibernation

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 1 22:11:58 UTC 2016


Hello,

On Fri,  1 Jul 2016 23:51:15 +0200, Maxime Hadjinlian wrote:
> From: Gabe Evans <gabe at hashrabbit.co>
> 
> Signed-off-by: Gabe Evans <gabe at hashrabbit.co>
> ---
>  package/systemd/Config.in  | 10 +++++++++-
>  package/systemd/systemd.mk |  6 ++++++
>  2 files changed, 15 insertions(+), 1 deletion(-)
> 
> diff --git a/package/systemd/Config.in b/package/systemd/Config.in
> index a857a95..3fcb74d 100644
> --- a/package/systemd/Config.in
> +++ b/package/systemd/Config.in
> @@ -308,4 +308,12 @@ config BR2_PACKAGE_SYSTEMD_SMACK_SUPPORT
>  	  When this feature is enabled, Systemd mounts smackfs and manages
>  	  security labels for sockets.
>  
> -endif
> +config BR2_PACKAGE_SYSTEMD_HIBERNATE
> +	bool "enable hibernation support"
> +	help
> +	  When this features is enabled, additional tools and services are built to
> +	  support suspending and resuming the system.
> +
> +	  http://www.freedesktop.org/software/systemd/man/systemd-sleep.html
> +
> +endif # BR2_PACKAGE_SYSTEMD

The addition of the comment here has nothing to do with the patch being
done.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list