mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 00:23:58 +00:00
Fix ARM dpkg build.
This commit is contained in:
parent
456bfea58d
commit
48745eca57
@ -41,7 +41,7 @@ case "$system" in
|
|||||||
machine="x64"
|
machine="x64"
|
||||||
debian_arch="amd64"
|
debian_arch="amd64"
|
||||||
;;
|
;;
|
||||||
armv6l|arm|armhf)
|
armv6l|arm|armhf|arm7l|armv7l)
|
||||||
machine="armv6l"
|
machine="armv6l"
|
||||||
debian_arch="armhf"
|
debian_arch="armhf"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user