diff options
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris4x.run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index ad04195..b14821e 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -41,6 +41,9 @@ echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf ./scripts/feeds uninstall $(./scripts/feeds list -r personal | awk '{print $1}') ./scripts/feeds install -p personal -d y -f -a +# TODO drop this and replace it with autopkg deployment using compile_fw +cp ./feeds/personal/autopkg-*.mk include/ + echo_stage "Compile packages from personal feed" $make $(ls package/feeds/personal | sed -n 's/^\([^ ]*\).*$/package\/\1\/compile/p' | tr '\n' ' ') |