Signed-off-by: Roland Hieber <[email protected]> --- v1 -> v2: * also remove spaces after the config prompt
PATCH v1: https://lore.ptxdist.org/ptxdist/[email protected] --- 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
