From: James Buren Date: Sun, 18 Nov 2018 20:57:37 +0000 (-0600) Subject: luci-app-lxc: add i686 to target map X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ff3b9e860dab0bc3725c4e1572ec24e2bf08044;p=oweals%2Fluci.git luci-app-lxc: add i686 to target map Add i686 to target map so i386 container templates are usable. Signed-off-by: James Buren (cherry picked from commit 9630e7e9948b9cce3cba213932aba1895ac15031) --- diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua index 4a7f96e5f..d16e532d3 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", + i686 = "i386", x86_64 = "amd64" } local k, v