diff --git a/scripts/default_feeds.sh b/scripts/default_feeds.sh index c1871730..0806539a 100644 --- a/scripts/default_feeds.sh +++ b/scripts/default_feeds.sh @@ -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)"