scripts/feeds: add src-include method
authorBjørn Mork <bjorn@mork.no>
Wed, 5 Jun 2019 12:19:11 +0000 (14:19 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 1 Jul 2019 14:18:44 +0000 (16:18 +0200)
commit7a1b575ac4ede2778bb21cfafa7a1152d9d2555f
tree5c2db94278ce33b44d1778b76c261fa50206a828
parent18e2053becb8e295eae4439c2e107a98b88f9155
scripts/feeds: add src-include method

The src-include method allows recursive inclusion of feeds.conf snippets.

This can for example be used for adding static local feeds to
feeds.conf.default without ever having to update the local feeds.conf:

 src-include defaults feeds.conf.default
 src-link custom /usr/local/src/lede/custom

Signed-off-by: Bjørn Mork <bjorn@mork.no>
scripts/feeds