diff options
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 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" |