summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-09-21 17:16:07 +0200
committerKarel Kočí <cynerd@email.cz>2019-09-21 17:16:07 +0200
commit730278d1b5af4a29e26f5f1c83da211e0aa48aa8 (patch)
tree8343529f856eb4b886d56851aaf4b705b0ea9e95 /scripts
parent392150cea35e3cce0e3daac35dc1b4c7fa67074a (diff)
downloadlaminar-cnf-730278d1b5af4a29e26f5f1c83da211e0aa48aa8.tar.gz
laminar-cnf-730278d1b5af4a29e26f5f1c83da211e0aa48aa8.tar.bz2
laminar-cnf-730278d1b5af4a29e26f5f1c83da211e0aa48aa8.zip
Drop Turris OS 3.x builds and add Turris 1.x
Diffstat (limited to 'scripts')
-rw-r--r--scripts/turris-common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/turris-common.sh b/scripts/turris-common.sh
deleted file mode 100644
index fafcc82..0000000
--- a/scripts/turris-common.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-parallel=-j4
-make="make -j4 IS_TTY=1 BUILD_LOG=1"
-if [ "$V" -ge 1 ]; then
- parallel=-j1
- make="make -j1 IS_TTY=1 BUILD_LOG=1 V=99"
-fi