Skip to content
Snippets Groups Projects
Commit f17e2c7a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix build when feeds.conf doesn't exist

parent 6694b7b1
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ src-svn luci http://svn.luci.subsignal.org/luci/tags/0.11.1/contrib/package ...@@ -118,7 +118,7 @@ src-svn luci http://svn.luci.subsignal.org/luci/tags/0.11.1/contrib/package
endef endef
feeds: FORCE feeds: FORCE
rm feeds.conf rm -f feeds.conf
echo "$$FEEDS" > feeds.conf echo "$$FEEDS" > feeds.conf
$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE) $(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment