From 923bd3ae695367a6b19fdad78864d9e4b3c07b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 31 Oct 2018 21:46:53 +0100 Subject: turrix4x: prepare on move of autopkg from my repository to turris-build --- templates/turris4x.run | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/turris4x.run') 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' ' ') -- cgit v1.2.3