openssl: add linux-sh4 into the supported targets
authorZoltan HERPAI <wigyori@uid0.hu>
Thu, 13 Feb 2025 10:44:07 +0000 (11:44 +0100)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 16 Feb 2025 21:41:45 +0000 (22:41 +0100)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/libs/openssl/patches/110-openwrt_targets.patch

index d02bc03fb89f7893692e9e81a77c2dc2180d59f3..20a7b3b54481c1a7c8747e2db4b31c481f7c5efd 100644 (file)
@@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
 
 --- /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 <cote2004-github@yahoo.com>
 +        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" ],
 +    },