mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 03:18:00 +02:00
pakfire: switch 32bit arm to armv6l
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -962,9 +962,9 @@ sub get_arch() {
|
|||||||
# Append architecture
|
# Append architecture
|
||||||
my ($sysname, $nodename, $release, $version, $machine) = POSIX::uname();
|
my ($sysname, $nodename, $release, $version, $machine) = POSIX::uname();
|
||||||
|
|
||||||
# We only support armv5tel for all 32 bit arches
|
# We only support armv6l for 32 bit arm
|
||||||
if ($machine =~ m/armv[567]/) {
|
if ($machine =~ m/armv[67]/) {
|
||||||
return "armv5tel";
|
return "armv6l";
|
||||||
|
|
||||||
# We only support i586 for 32 bit x86
|
# We only support i586 for 32 bit x86
|
||||||
} elsif ($machine =~ m/i[0-9]86/) {
|
} elsif ($machine =~ m/i[0-9]86/) {
|
||||||
|
|||||||
Reference in New Issue
Block a user