Skip to content
Snippets Groups Projects
default_feeds.sh 107 B
Newer Older
# list feeds which don't start with #
DEFAULT_FEEDS="$(awk '!/^#/ {print $2}' openwrt/feeds.conf.default)"