luci-app-lxc: add aarch64 to target map 2486/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 29 Jan 2019 22:04:04 +0000 (23:04 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 29 Jan 2019 22:16:47 +0000 (23:16 +0100)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
applications/luci-app-lxc/luasrc/controller/lxc.lua

index d16e532d37296d5c615ecbb9f286904378a5b397..9432110104189c451c87a84e85e83cf91198f201 100644 (file)
@@ -152,6 +152,7 @@ function lxc_get_arch_target(url)
                        armv6  = "armel",
                        armv7  = "armhf",
                        armv8  = "arm64",
+                       aarch64  = "arm64",
                        i686   = "i386",
                        x86_64 = "amd64"
                }