scripts/feeds: allow adding parameters to feeds
authorJo-Philipp Wich <jo@mein.io>
Wed, 28 Aug 2019 13:21:35 +0000 (15:21 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 28 Aug 2019 14:10:41 +0000 (16:10 +0200)
commit775b70f8d5dfe9830aaf3b79fc8fb38c8148ee1f
tree7d3723d99f972c5213383d8d851e23f321a5e595
parent6e45ba4699eb8424951648cfeddc0a8633f8891e
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>
scripts/feeds