From eff3af370068e1bff858298cd3929a4b0184d137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Aug 2018 13:16:31 +0200 Subject: turris4x: before feeds install remove any package that is already there When we are overriding some packages from feeds we want to really overwrite it. This removes any existing installation of packages we are providing in personal feed. --- templates/turris4x.run | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/turris4x.run b/templates/turris4x.run index bcdd7f1..4735755 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -38,6 +38,7 @@ cd openwrt echo_stage "Add our repository as feed" echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf ./scripts/feeds update personal +./scripts/feeds uninstall $(./scripts/feeds list -r personal | awk '{print $1}') ./scripts/feeds install -p personal -d y -f -a echo_stage "Compile packages from personal feed" -- cgit v1.2.3