diff options
author | Karel Kočí <cynerd@email.cz> | 2018-10-31 21:46:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-10-31 21:46:53 +0100 |
commit | 923bd3ae695367a6b19fdad78864d9e4b3c07b83 (patch) | |
tree | 4d8a573d6d9cabc5cbcf28151c68eb936629ce70 /templates | |
parent | 3575af8fbeb233ee7812f80c1beeda738f67b4db (diff) | |
download | laminar-cnf-923bd3ae695367a6b19fdad78864d9e4b3c07b83.tar.gz laminar-cnf-923bd3ae695367a6b19fdad78864d9e4b3c07b83.tar.bz2 laminar-cnf-923bd3ae695367a6b19fdad78864d9e4b3c07b83.zip |
turrix4x: prepare on move of autopkg from my repository to turris-build
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' ' ') |