Merge pull request #2304 from ryu0/master
luci-app-lxc: add i686 to target map
This commit is contained in:
commit
d373dd9c55
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ function lxc_get_arch_target(url)
|
|||
armv6 = "armel",
|
||||
armv7 = "armhf",
|
||||
armv8 = "arm64",
|
||||
i686 = "i386",
|
||||
x86_64 = "amd64"
|
||||
}
|
||||
local k, v
|
||||
|
|
Loading…
Reference in a new issue