diff options
-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 9980108..f4a61b5 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -26,7 +26,7 @@ echo_stage "Compile tools" make -j4 tools/compile toolchain/compile echo_stage "Compile packages from our feed" -make -j4 $(./scripts/feeds list -r turrispackages | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') +make -j4 $(./scripts/feeds list -r personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') # TODO is there Packages index? Where the hack it is? #echo_stage "Sign" |