public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] index.cgi: Show deprecation warning for armv6l
Date: Sun, 14 Aug 2022 17:11:30 +0000	[thread overview]
Message-ID: <0d4edb5e-a903-3707-5953-dd9bac68dc9d@ipfire.org> (raw)
In-Reply-To: <20220814162849.1786477-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 783 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>  html/cgi-bin/index.cgi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi
> index 6fecae1ff..5c384fd49 100644
> --- a/html/cgi-bin/index.cgi
> +++ b/html/cgi-bin/index.cgi
> @@ -543,7 +543,7 @@ if ( ! -e "/var/ipfire/main/send_profile") {
>  
>  # EOL architecture
>  my ($sysname, $nodename, $release, $version, $machine) = &POSIX::uname();
> -if ($machine =~ m/^i.86$/) {
> +if ($machine =~ m/^arm/) {
>  	$warnmessage .= "<li><a href='https://wiki.ipfire.org/hardware/requirements' style='color:white;'>$Lang::tr{'eol architecture warning'}</a></li>";
>  }
>  

      reply	other threads:[~2022-08-14 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14 16:28 Michael Tremer
2022-08-14 17:11 ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d4edb5e-a903-3707-5953-dd9bac68dc9d@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox