mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openfortivpn: no promptable sub-options, degrade to simple 'config'
@ 2021-06-09 21:52 Roland Hieber
  2021-06-11  9:28 ` Michael Olbrich
  2021-06-16 16:18 ` [ptxdist] [PATCH v2] " Roland Hieber
  0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2021-06-09 21:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/openfortivpn.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/openfortivpn.in b/rules/openfortivpn.in
index e18643322982..3722994a8446 100644
--- a/rules/openfortivpn.in
+++ b/rules/openfortivpn.in
@@ -1,6 +1,6 @@
 ## SECTION=networking
 
-menuconfig OPENFORTIVPN
+config OPENFORTIVPN
 	tristate
 	prompt "openfortivpn                  "
 	select LIBC_PTHREAD
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH] openfortivpn: no promptable sub-options, degrade to simple 'config'
  2021-06-09 21:52 [ptxdist] [PATCH] openfortivpn: no promptable sub-options, degrade to simple 'config' Roland Hieber
@ 2021-06-11  9:28 ` Michael Olbrich
  2021-06-16 16:18 ` [ptxdist] [PATCH v2] " Roland Hieber
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-11  9:28 UTC (permalink / raw)
  To: ptxdist

On Wed, Jun 09, 2021 at 11:52:54PM +0200, Roland Hieber wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  rules/openfortivpn.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/openfortivpn.in b/rules/openfortivpn.in
> index e18643322982..3722994a8446 100644
> --- a/rules/openfortivpn.in
> +++ b/rules/openfortivpn.in
> @@ -1,6 +1,6 @@
>  ## SECTION=networking
>  
> -menuconfig OPENFORTIVPN
> +config OPENFORTIVPN
>  	tristate
>  	prompt "openfortivpn                  "

Remove the spaces here. They are only needed for menuconfig.

Michael

>  	select LIBC_PTHREAD
> -- 
> 2.29.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH v2] openfortivpn: no promptable sub-options, degrade to simple 'config'
  2021-06-09 21:52 [ptxdist] [PATCH] openfortivpn: no promptable sub-options, degrade to simple 'config' Roland Hieber
  2021-06-11  9:28 ` Michael Olbrich
@ 2021-06-16 16:18 ` Roland Hieber
  2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Roland Hieber @ 2021-06-16 16:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
v1 -> v2:
 * also remove spaces after the config prompt

PATCH v1: https://lore.ptxdist.org/ptxdist/20210609215254.22554-1-rhi@pengutronix.de
---
 rules/openfortivpn.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/openfortivpn.in b/rules/openfortivpn.in
index e18643322982..7dd03afd22e2 100644
--- a/rules/openfortivpn.in
+++ b/rules/openfortivpn.in
@@ -1,8 +1,8 @@
 ## SECTION=networking
 
-menuconfig OPENFORTIVPN
+config OPENFORTIVPN
 	tristate
-	prompt "openfortivpn                  "
+	prompt "openfortivpn"
 	select LIBC_PTHREAD
 	select LIBC_UTIL
 	select OPENSSL
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] openfortivpn: no promptable sub-options, degrade to simple 'config'
  2021-06-16 16:18 ` [ptxdist] [PATCH v2] " Roland Hieber
@ 2021-06-29  5:09   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 80692001285146dd0b4af8b5bf36acf76672244a.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:14 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20210616161857.16479-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/openfortivpn.in b/rules/openfortivpn.in
> index e18643322982..7dd03afd22e2 100644
> --- a/rules/openfortivpn.in
> +++ b/rules/openfortivpn.in
> @@ -1,8 +1,8 @@
>  ## SECTION=networking
>  
> -menuconfig OPENFORTIVPN
> +config OPENFORTIVPN
>  	tristate
> -	prompt "openfortivpn                  "
> +	prompt "openfortivpn"
>  	select LIBC_PTHREAD
>  	select LIBC_UTIL
>  	select OPENSSL

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-29  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09 21:52 [ptxdist] [PATCH] openfortivpn: no promptable sub-options, degrade to simple 'config' Roland Hieber
2021-06-11  9:28 ` Michael Olbrich
2021-06-16 16:18 ` [ptxdist] [PATCH v2] " Roland Hieber
2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox