Select Git revision
scripts
-
-
- Open in your IDE
- Download source code
- Download this directory
Sven Roederer
authored and
Sven Roederer
committed
The OpenWrt feeds.conf.defaults contains some feeds that are commented out
and not active. Such feeds will be returned by the default_feeds.sh script
anyway and causing pseudo feeds. Limit the script to only return active
feeds, by filtering out lines starting with '#'.
This usually only applies to the OpenWrt master branch.
Signed-off-by:
Sven Roederer <freifunk@it-solutions.geroedel.de>
change as per NeoRider