git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d6ae363
)
luci-app-lxc: add aarch64 to target map
author
Josef Schlehofer
<redacted>
Tue, 29 Jan 2019 22:04:04 +0000
(23:04 +0100)
committer
Josef Schlehofer
<redacted>
Tue, 29 Jan 2019 22:16:47 +0000
(23:16 +0100)
Signed-off-by: Josef Schlehofer <redacted>
applications/luci-app-lxc/luasrc/controller/lxc.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-lxc/luasrc/controller/lxc.lua
b/applications/luci-app-lxc/luasrc/controller/lxc.lua
index d16e532d37296d5c615ecbb9f286904378a5b397..9432110104189c451c87a84e85e83cf91198f201 100644
(file)
--- 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"
}
git clone https://git.99rst.org/PROJECT