openssl: add linux-riscv64 into the targets list
authorZoltan HERPAI <[email protected]>
Wed, 15 May 2019 15:21:45 +0000 (17:21 +0200)
committerZoltan HERPAI <[email protected]>
Wed, 15 May 2019 15:21:45 +0000 (17:21 +0200)
Signed-off-by: Zoltan HERPAI <[email protected]>
package/libs/openssl/patches/110-openwrt_targets.patch

index bc49e27aebdb6cf8d648d68b3cab20fbacae6c53..1aabfdaf586182db3fcfbd0fbef3bb804b47a03b 100644 (file)
@@ -9,7 +9,7 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
 
 --- /dev/null
 +++ b/Configurations/25-openwrt.conf
-@@ -0,0 +1,48 @@
+@@ -0,0 +1,51 @@
 +## Openwrt "CONFIG_ARCH" matching targets.
 +
 +# The targets need to end in '-openwrt' for the AFALG patch to work
@@ -49,6 +49,9 @@ Signed-off-by: Eneas U de Queiroz <[email protected]>
 +    "linux-powerpc-openwrt" => {
 +        inherit_from    => [ "linux-ppc", "openwrt" ],
 +    },
++    "linux-riscv64-openwrt" => {
++        inherit_from    => [ "linux-generic64", "openwrt" ],
++    },
 +    "linux-x86_64-openwrt" => {
 +        inherit_from    => [ "linux-x86_64", "openwrt" ],
 +    },