From: Michael Pfeifroth Date: Thu, 28 May 2026 12:51:48 +0000 (+0200) Subject: perl: fix arch in powerpc64 config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dcc40b9ad5c55484d8e722cc984f904b527578c1;p=openwrt-packages.git perl: fix arch in powerpc64 config The powerpc64.config file incorrectly sets arch=powerpc instead of arch=powerpc64. This causes Perl to misidentify the architecture on 64-bit PowerPC targets. Fixes: efc7ce461577 ("perl: add powerpc64 support") Signed-off-by: Michael Pfeifroth --- diff --git a/lang/perl/files/powerpc64.config b/lang/perl/files/powerpc64.config index 3bd432077..f81693a17 100644 --- a/lang/perl/files/powerpc64.config +++ b/lang/perl/files/powerpc64.config @@ -1,4 +1,4 @@ -owrt:arch=powerpc +owrt:arch=powerpc64 owrt:bits=64 owrt:endian=big