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

Don't make config target twice from different contexts

parent 49a04d59
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,6 @@ prepare: FORCE ...@@ -245,7 +245,6 @@ prepare: FORCE
mkdir -p $(GLUON_IMAGEDIR) $(BOARD_BUILDDIR) mkdir -p $(GLUON_IMAGEDIR) $(BOARD_BUILDDIR)
echo 'src packages file:../openwrt/bin/$(BOARD)/packages' > $(BOARD_BUILDDIR)/opkg.conf echo 'src packages file:../openwrt/bin/$(BOARD)/packages' > $(BOARD_BUILDDIR)/opkg.conf
+$(GLUONMAKE) config
+$(GLUONMAKE) toolchain +$(GLUONMAKE) toolchain
+$(GLUONMAKE) kernel +$(GLUONMAKE) kernel
+$(GLUONMAKE) packages +$(GLUONMAKE) packages
......
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