diff options
author | Dirk Brenken <dev@brenken.org> | 2019-01-30 08:19:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 08:19:00 +0100 |
commit | 774ede00c4dd303618f395d2c3dd8be8ed67b189 (patch) | |
tree | db81f7a07cfbf8d64ba17f11feb42a0904c61298 | |
parent | d6ae36353b355600057fa81ffbf15a29acd6059e (diff) | |
parent | f335624407e4c5c04be0d676010369aa55652798 (diff) |
Merge pull request #2486 from BKPepe/lxc-aarch64
luci-app-lxc: add aarch64 to target map
-rw-r--r-- | applications/luci-app-lxc/luasrc/controller/lxc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |