Skip to content

Commit 16468d4

Browse files
author
Digital-Larry
authored
CTD-616 - update build script to add packages for connectd 4.12 / schannel 0.6 daemons (#142)
1 parent b172f7d commit 16468d4

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

scripts/build.sh

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,15 @@ setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print"
254254
setOption options "BASEDIR" ""
255255
build 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
269268
setOption 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"
336335
setOption options "BASEDIR" ""
337336
build 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+
339341
setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
340342
build arm-linaro-pi 0
341343

@@ -346,6 +348,9 @@ build arm-linaro-pi 0
346348
setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
347349
build 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+
349354
setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"
350355
build arm-gnueabi 0
351356

@@ -400,11 +405,10 @@ setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print"
400405
setOption options "BASEDIR" ""
401406
build 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
410414
setOption options "mac" '$'"(ip addr | grep ether | tail -n 1 | awk" "'{ print" '$2' "}')"

0 commit comments

Comments
 (0)