diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2019-05-15 17:21:45 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2023-06-14 09:22:08 +0200 |
commit | cd650f1e91a81c4fb0f9f8c488f17dc2c871a640 (patch) | |
tree | d2246d18f27e7a09aa60a14cceff7489e34fa169 | |
parent | 08247ffedadcb3198b7fa460f9445d049c936402 (diff) | |
download | upstream-cd650f1e91a81c4fb0f9f8c488f17dc2c871a640.tar.gz upstream-cd650f1e91a81c4fb0f9f8c488f17dc2c871a640.tar.bz2 upstream-cd650f1e91a81c4fb0f9f8c488f17dc2c871a640.zip |
openssl: add linux-riscv64 into the targets list
Add "linux-riscv64-openwrt" into openssl configurations to enable building
on riscv64.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
(cherry picked from commit a0840ecd5309921b62fcf5f563180ef8f955509e)
-rw-r--r-- | package/libs/openssl/patches/110-openwrt_targets.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/110-openwrt_targets.patch b/package/libs/openssl/patches/110-openwrt_targets.patch index 5abedd400e..a97c603fa7 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 <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" ], + }, |