From: Zoltan HERPAI Date: Thu, 13 Feb 2025 10:44:07 +0000 (+0100) Subject: openssl: add linux-sh4 into the supported targets X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d215410f141012fcb812da553f7e4f5ff64b5c4f;p=openwrt%2Fstaging%2Fwigyori.git openssl: add linux-sh4 into the supported targets Signed-off-by: Zoltan HERPAI --- 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" ], + },