mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
openssl: add linux64-loongarch64 into the targets list
This commit is contained in:
parent
39d6ad7040
commit
7fa5e13df5
@ -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,56 @@
|
@@ -0,0 +1,59 @@
|
||||||
+## 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
|
||||||
@ -34,6 +34,9 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|||||||
+ "linux-i386-openwrt" => {
|
+ "linux-i386-openwrt" => {
|
||||||
+ inherit_from => [ "linux-x86", "openwrt" ],
|
+ inherit_from => [ "linux-x86", "openwrt" ],
|
||||||
+ },
|
+ },
|
||||||
|
+ "linux-loongarch64-openwrt" => {
|
||||||
|
+ inherit_from => [ "linux64-loongarch64", "openwrt" ],
|
||||||
|
+ },
|
||||||
+ "linux-mips-openwrt" => {
|
+ "linux-mips-openwrt" => {
|
||||||
+ inherit_from => [ "linux-mips32", "openwrt" ],
|
+ inherit_from => [ "linux-mips32", "openwrt" ],
|
||||||
+ },
|
+ },
|
||||||
|
Loading…
Reference in New Issue
Block a user