scripts/feeds: allow adding parameters to feeds
authorJo-Philipp Wich <jo@mein.io>
Wed, 28 Aug 2019 13:21:35 +0000 (15:21 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:43:51 +0000 (13:43 +0200)
commit34002d5c8bff7c3893058829c5ed23882e6be1d1
treec8b95e82ebd3ae8aa245432e18c99cd45e9f51f5
parent5f472afa2ba718724d0f1c5919e3cd524ca86ef3
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