summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-31 21:46:53 +0100
committerKarel Kočí <cynerd@email.cz>2018-10-31 21:46:53 +0100
commit923bd3ae695367a6b19fdad78864d9e4b3c07b83 (patch)
tree4d8a573d6d9cabc5cbcf28151c68eb936629ce70 /templates/turris4x.run
parent3575af8fbeb233ee7812f80c1beeda738f67b4db (diff)
downloadlaminar-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/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run3
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' ' ')