projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c6544
)
luci-app-lxc: add i686 to target map
2304/head
author
James Buren
<ryuo@ryuo.xyz>
Sun, 18 Nov 2018 20:57:37 +0000
(14:57 -0600)
committer
James Buren
<ryuo@ryuo.xyz>
Mon, 19 Nov 2018 15:02:49 +0000
(09:02 -0600)
Add i686 to target map so i386 container templates are usable.
Signed-off-by: James Buren <ryuo@ryuo.xyz>
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 4a7f96e5ffa7153ef3f1aa27de6cdb13f40e3f97..d16e532d37296d5c615ecbb9f286904378a5b397 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",
+ i686 = "i386",
x86_64 = "amd64"
}
local k, v