public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] index.cgi: Show deprecation warning for armv6l
@ 2022-08-14 16:28 Michael Tremer
  2022-08-14 17:11 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2022-08-14 16:28 UTC (permalink / raw)
  To: development

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

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>";
 }
 
-- 
2.30.2


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

* Re: [PATCH] index.cgi: Show deprecation warning for armv6l
  2022-08-14 16:28 [PATCH] index.cgi: Show deprecation warning for armv6l Michael Tremer
@ 2022-08-14 17:11 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-08-14 17:11 UTC (permalink / raw)
  To: development

[-- 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>";
>  }
>  

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

end of thread, other threads:[~2022-08-14 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14 16:28 [PATCH] index.cgi: Show deprecation warning for armv6l Michael Tremer
2022-08-14 17:11 ` Peter Müller

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