Thanks, applied as 88f17567fbef465e9bf24264897e7b2cdd3181f6.

Michael

[sent from post-receive hook]

On Wed, 16 Jun 2021 12:35:43 +0200, Roland Hieber <[email protected]> wrote:
> Based on a patch by Steffen Trumtrar.
> 
> Cc: Steffen Trumtrar <[email protected]>
> Signed-off-by: Roland Hieber <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/rng-tools.in b/rules/rng-tools.in
> index 9345ab9fbafb..24bcd048f268 100644
> --- a/rules/rng-tools.in
> +++ b/rules/rng-tools.in
> @@ -17,6 +17,11 @@ menuconfig RNG_TOOLS
>  
>  if RNG_TOOLS
>  
> +config RNG_TOOLS_RNGD
> +     bool
> +     default y
> +     prompt "install rngd"
> +
>  config RNG_TOOLS_STARTSCRIPT
>       bool
>       default y
> diff --git a/rules/rng-tools.make b/rules/rng-tools.make
> index 6c81543ea09f..5d8a09cee153 100644
> --- a/rules/rng-tools.make
> +++ b/rules/rng-tools.make
> @@ -41,7 +41,9 @@ $(STATEDIR)/rng-tools.targetinstall:
>       @$(call install_fixup, rng-tools,AUTHOR,"Andreas Pretzsch 
> <[email protected]>")
>       @$(call install_fixup, rng-tools,DESCRIPTION,"random number generator 
> daemon - seed kernel random from hwrng")
>  
> +ifdef PTXCONF_RNG_TOOLS_RNGD
>       @$(call install_copy, rng-tools, 0, 0, 0755, -, /usr/sbin/rngd)
> +endif
>  ifdef PTXCONF_RNG_TOOLS_STARTSCRIPT
>       @$(call install_alternative, rng-tools, 0, 0, 0755, /etc/init.d/rngd)
>  ifneq ($(call remove_quotes,$(PTXCONF_RNG_TOOLS_BBINIT_LINK)),)

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to