Merge pull request #2024 from SvenRoederer/patch-1
build: ignore deactivated feeds
This commit is contained in:
commit
992457b203
@ -1 +1,2 @@
|
|||||||
DEFAULT_FEEDS="$(awk '{print $2}' openwrt/feeds.conf.default)"
|
# list feeds which don't start with #
|
||||||
|
DEFAULT_FEEDS="$(awk '!/^#/ {print $2}' openwrt/feeds.conf.default)"
|
||||||
|
Loading…
Reference in New Issue
Block a user