scripts/feeds: allow adding parameters to feeds
authorJo-Philipp Wich <jo@mein.io>
Wed, 28 Aug 2019 13:21:35 +0000 (15:21 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 20:12:13 +0000 (16:12 -0400)
commit0899ceccbfeba15e5194ae6d75b93fed5b26be04
tree23f69a3f8c8b9fe63b1fba167cce8d12357580a0
parentc01dead9466cc1785eea457c4903496b67240534
scripts/feeds: allow adding parameters to feeds

this allows adding "--" prefixed parameters inside feeds.conf between the
target and name. The first parameter is --force which has the same effect
as using -f when installing any of the packages. This allows creating
feeds that will override base packages by default.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 775b70f8d5dfe9830aaf3b79fc8fb38c8148ee1f)
scripts/feeds