From 16a41bfcc8c345427dd227ea8ace378c89518c22 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 13 Feb 2025 11:44:07 +0100 Subject: [PATCH] openssl: add linux-sh4 into the supported targets Signed-off-by: Zoltan HERPAI --- package/libs/openssl/patches/110-openwrt_targets.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/libs/openssl/patches/110-openwrt_targets.patch b/package/libs/openssl/patches/110-openwrt_targets.patch index d02bc03fb8..20a7b3b544 100644 --- a/package/libs/openssl/patches/110-openwrt_targets.patch +++ b/package/libs/openssl/patches/110-openwrt_targets.patch @@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz --- /dev/null +++ b/Configurations/25-openwrt.conf -@@ -0,0 +1,59 @@ +@@ -0,0 +1,62 @@ +## Openwrt "CONFIG_ARCH" matching targets. + +# The targets need to end in '-openwrt' for the AFALG patch to work @@ -60,6 +60,9 @@ Signed-off-by: Eneas U de Queiroz + inherit_from => [ "linux-generic64", "openwrt" ], + perlasm_scheme => "linux64", + }, ++ "linux-sh4-openwrt" => { ++ inherit_from => [ "linux-latomic", "openwrt" ], ++ }, + "linux-x86_64-openwrt" => { + inherit_from => [ "linux-x86_64", "openwrt" ], + }, -- 2.30.2