@@ -254,16 +254,15 @@ setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print"
254254setOption options " BASEDIR" " "
255255build x86-ubuntu16.04 1 i386
256256
257- # openwrt options are commented out until we can release schannel 0.6.0 or later.
258257# aarch64 OpenWrt package - tar package
259- # setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
260- # setOption options "BASEDIR" ""
261- # build aarch64-openwrt 0
258+ setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
259+ setOption options " BASEDIR" " "
260+ build aarch64-openwrt 0
262261
263262# aarch64 OpenWrt package - tar package with static linking
264- # setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
265- # setOption options "BASEDIR" ""
266- # build aarch64-openwrt_static 0
263+ setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
264+ setOption options " BASEDIR" " "
265+ build aarch64-openwrt_static 0
267266
268267# aarch64 package - tar package with static linking
269268setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
@@ -336,6 +335,9 @@ setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print"
336335setOption options " BASEDIR" " "
337336build x86_64-ubuntu16.04_static 0
338337
338+ setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
339+ build arm-linaro-ulibc 0
340+
339341setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
340342build arm-linaro-pi 0
341343
@@ -346,6 +348,9 @@ build arm-linaro-pi 0
346348setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
347349build arm-linaro-pi_static 0
348350
351+ setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
352+ build arm-linaro-pi_static 0
353+
349354setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
350355build arm-gnueabi 0
351356
@@ -400,11 +405,10 @@ setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print"
400405setOption options " BASEDIR" " "
401406build mips-24kec_static 0
402407
403- # commented out mips-24kec-musl_static until we can release schannel 0.6.0 or higher
404408# mips-24kec-musl_static
405- # setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
406- # setOption options "BASEDIR" ""
407- # build mips-24kec-musl_static 0
409+ setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
410+ setOption options " BASEDIR" " "
411+ build mips-24kec-musl_static 0
408412
409413# mips-34kc_static
410414setOption options " mac" ' $' " (ip addr | grep ether | tail -n 1 | awk" " '{ print" ' $2' " }')"
0 commit comments