Merge pull request #2024 from SvenRoederer/patch-1

build: ignore deactivated feeds
This commit is contained in:
Matthias Schiffer 2020-05-12 20:40:48 +02:00 committed by GitHub
commit 992457b203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"