scripts/feeds: add src-include method
authorBjørn Mork <bjorn@mork.no>
Wed, 5 Jun 2019 12:19:11 +0000 (14:19 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:54:41 +0000 (15:54 -0400)
commitdfbf5864ab88195b06521ce7fa984eb0502131ee
tree3e4609c64e5a0828dff6b35c539cd20c24710702
parentf2cc0c46a6d428a26c993a4ca1700a2e8526f9c2
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