X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.ci%2Fconf.sh;h=d075aba536cc08e4dc6c203b54fd59dcf80989a5;hb=53b239863ea0a44270d877945fa2014ec626ad01;hp=ab50277ec34d9b1e292560685e12a2f40ab2d664;hpb=7619f84393f824a84e20e03167304b27d3581ac0;p=tinc diff --git a/.ci/conf.sh b/.ci/conf.sh index ab50277e..d075aba5 100644 --- a/.ci/conf.sh +++ b/.ci/conf.sh @@ -32,7 +32,7 @@ conf_linux() { if [ -n "${HOST:-}" ]; then case "$HOST" in armhf) triplet=arm-linux-gnueabihf ;; - mips) triplet=mips-linux-gnu ;; + mipsel) triplet=mipsel-linux-gnu ;; *) exit 1 ;; esac