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>
This commit is contained in:
parent
944b13b3ee
commit
a0840ecd53
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
||||||
|
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/Configurations/25-openwrt.conf
|
+++ b/Configurations/25-openwrt.conf
|
||||||
@@ -0,0 +1,52 @@
|
@@ -0,0 +1,56 @@
|
||||||
+## Openwrt "CONFIG_ARCH" matching targets.
|
+## Openwrt "CONFIG_ARCH" matching targets.
|
||||||
+
|
+
|
||||||
+# The targets need to end in '-openwrt' for the AFALG patch to work
|
+# 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" ],
|
+ inherit_from => [ "linux-ppc64", "openwrt" ],
|
||||||
+ perlasm_scheme => "linux64v2",
|
+ perlasm_scheme => "linux64v2",
|
||||||
+ },
|
+ },
|
||||||
|
+ "linux-riscv64-openwrt" => {
|
||||||
|
+ inherit_from => [ "linux-generic64", "openwrt" ],
|
||||||
|
+ perlasm_scheme => "linux64",
|
||||||
|
+ },
|
||||||
+ "linux-x86_64-openwrt" => {
|
+ "linux-x86_64-openwrt" => {
|
||||||
+ inherit_from => [ "linux-x86_64", "openwrt" ],
|
+ inherit_from => [ "linux-x86_64", "openwrt" ],
|
||||||
+ },
|
+ },
|
||||||
|
|
Loading…
Reference in a new issue