projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b98355e
)
openssl: add linux64-loongarch64 into the targets list
author
Weijie Gao
<
[email protected]
>
Tue, 9 Jan 2024 07:54:50 +0000
(15:54 +0800)
committer
Chuanhong Guo
<
[email protected]
>
Sat, 4 May 2024 06:14:24 +0000
(14:14 +0800)
Add "linux64-loongarch64-openwrt" into openssl configurations to enable
building on loongarch64 machines.
Signed-off-by: Weijie Gao <
[email protected]
>
package/libs/openssl/patches/110-openwrt_targets.patch
patch
|
blob
|
history
diff --git
a/package/libs/openssl/patches/110-openwrt_targets.patch
b/package/libs/openssl/patches/110-openwrt_targets.patch
index a97c603fa7c224bc9e51f31d1c5d3e27198ef336..d02bc03fb89f7893692e9e81a77c2dc2180d59f3 100644
(file)
--- 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 <
[email protected]
>
--- /dev/null
+++ b/Configurations/25-openwrt.conf
-@@ -0,0 +1,5
6
@@
+@@ -0,0 +1,5
9
@@
+## Openwrt "CONFIG_ARCH" matching targets.
+
+# The targets need to end in '-openwrt' for the AFALG patch to work
@@
-34,6
+34,9
@@
Signed-off-by: Eneas U de Queiroz <
[email protected]
>
+ "linux-i386-openwrt" => {
+ inherit_from => [ "linux-x86", "openwrt" ],
+ },
++ "linux-loongarch64-openwrt" => {
++ inherit_from => [ "linux64-loongarch64", "openwrt" ],
++ },
+ "linux-mips-openwrt" => {
+ inherit_from => [ "linux-mips32", "openwrt" ],
+ },