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

Merge branch 'site-modules' of https://github.com/FreifunkBremen/gluon

parents 84fabec9 ca95374e
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,7 @@ export GLUON_CONFIGURE := $(GLUONDIR)/scripts/configure.pl ...@@ -143,6 +143,7 @@ export GLUON_CONFIGURE := $(GLUONDIR)/scripts/configure.pl
feeds: FORCE feeds: FORCE
[ ! -f $(GLUON_SITEDIR)/modules ] || . $(GLUON_SITEDIR)/modules && for feed in $$GLUON_SITE_FEEDS; do echo src-link $$feed ../../packages/$$feed; done > feeds.conf
. $(GLUONDIR)/modules && for feed in $$GLUON_FEEDS; do echo src-link $$feed ../../packages/$$feed; done > feeds.conf . $(GLUONDIR)/modules && for feed in $$GLUON_FEEDS; do echo src-link $$feed ../../packages/$$feed; done > feeds.conf
+$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE) +$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE)
......
. "$1"/modules . "$1"/modules
[ ! -f "$1"/site/modules ] || . "$1"/site/modules
GLUON_MODULES=openwrt GLUON_MODULES=openwrt
for feed in $GLUON_FEEDS; do for feed in $GLUON_SITE_FEEDS $GLUON_FEEDS; do
GLUON_MODULES="$GLUON_MODULES packages/$feed" GLUON_MODULES="$GLUON_MODULES packages/$feed"
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment