diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-05 09:52:38 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-05 09:52:38 +0100 |
commit | 8cb01673521acceb006e7113e8986d4d677422f1 (patch) | |
tree | 8879ac41b2ad6e3c0f671a76955331d2833727a8 /templates | |
parent | f6f0aa65a9343647b9ce749979190617a900f2fb (diff) | |
download | laminar-cnf-8cb01673521acceb006e7113e8986d4d677422f1.tar.gz laminar-cnf-8cb01673521acceb006e7113e8986d4d677422f1.tar.bz2 laminar-cnf-8cb01673521acceb006e7113e8986d4d677422f1.zip |
turris4x: enable all packages
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index f430095..96b4497 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -30,7 +30,7 @@ DL_MIRROR="$TWORKSPACE/openwrt-dl-mirror" CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" EOF - ../turris-build/compile_pkgs -t "$BOARD" -p "$BRANCH" repo_prepare autopkg + ../turris-build/compile_pkgs -e -t "$BOARD" -p "$BRANCH" repo_prepare autopkg $make toolchain/compile target/compile package/usign/host/compile ) tar -czf openwrt.tar.gz openwrt |