scripts/feeds: add src-include method
authorBjørn Mork <bjorn@mork.no>
Wed, 5 Jun 2019 12:19:11 +0000 (14:19 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:22:34 +0000 (13:22 +0200)
commit1e887ddc8d805a76b59687bea9f520ccb0557223
tree1a0d3155a7a7303363f843451739d56f10d3bac0
parent5a41c027e19cf8f82f38f6a3a1db83b3a4c208e3
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>
(cherry picked from commit 7a1b575ac4ede2778bb21cfafa7a1152d9d2555f)
scripts/feeds