openssl: add linux-riscv64 into the targets list
authorZoltan HERPAI <wigyori@uid0.hu>
Wed, 15 May 2019 15:21:45 +0000 (17:21 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Sat, 26 Nov 2022 17:36:30 +0000 (18:36 +0100)
Add "linux-riscv64-openwrt" into openssl configurations to enable building
on riscv64.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/libs/openssl/patches/110-openwrt_targets.patch

index 6b4fbad0a78a9f6102f53c2bf8269ca4e2a9e82a..76f67e02d7dbe05733fc1b686dbd95f288a5cae8 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,52 @@
+@@ -0,0 +1,56 @@
 +## Openwrt "CONFIG_ARCH" matching targets.
 +
 +# The targets need to end in '-openwrt' for the AFALG patch to work
@@ -53,6 +53,10 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
 +        inherit_from    => [ "linux-ppc64", "openwrt" ],
 +        perlasm_scheme  => "linux64v2",
 +    },
++    "linux-riscv64-openwrt" => {
++        inherit_from    => [ "linux-generic64", "openwrt" ],
++        perlasm_scheme   => "linux64",
++    },
 +    "linux-x86_64-openwrt" => {
 +        inherit_from    => [ "linux-x86_64", "openwrt" ],
 +    },