diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-30 00:04:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-30 00:04:17 +0200 |
commit | 67c4d50cdba60a5f71c3c5dfecf3d54934109702 (patch) | |
tree | 38bc1208b3fba1fe18cf445e1a366e06016cd979 | |
parent | 341f4cdf09db9d770081d3de23efa8b45ace183f (diff) | |
download | laminar-cnf-67c4d50cdba60a5f71c3c5dfecf3d54934109702.tar.gz laminar-cnf-67c4d50cdba60a5f71c3c5dfecf3d54934109702.tar.bz2 laminar-cnf-67c4d50cdba60a5f71c3c5dfecf3d54934109702.zip |
turris4x: small tweak
-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 0a73d3c..bcdd7f1 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -40,7 +40,7 @@ echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf ./scripts/feeds update personal ./scripts/feeds install -p personal -d y -f -a -echo_stage "Compile packages from our feed" +echo_stage "Compile packages from personal feed" $MAKE $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') echo_stage "Generate index and sign" |