From: Josef Schlehofer Date: Tue, 29 Jan 2019 22:04:04 +0000 (+0100) Subject: luci-app-lxc: add aarch64 to target map X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f335624407e4c5c04be0d676010369aa55652798;p=project%2Fluci.git luci-app-lxc: add aarch64 to target map Signed-off-by: Josef Schlehofer --- diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua index d16e532d37..9432110104 100644 --- a/applications/luci-app-lxc/luasrc/controller/lxc.lua +++ b/applications/luci-app-lxc/luasrc/controller/lxc.lua @@ -152,6 +152,7 @@ function lxc_get_arch_target(url) armv6 = "armel", armv7 = "armhf", armv8 = "arm64", + aarch64 = "arm64", i686 = "i386", x86_64 = "amd64" }