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

build: fix QUILT=1 option

This broke due to the Makefile changes for building the module repo.
parent cf509cf4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export LC_ALL LANG
empty:=
space:= $(empty) $(empty)
GLUONMAKE_EARLY = $(SUBMAKE) -C $(GLUON_ORIGOPENWRTDIR) -f $(GLUONDIR)/Makefile GLUON_TOOLS=0
GLUONMAKE_EARLY = $(SUBMAKE) -C $(GLUON_ORIGOPENWRTDIR) -f $(GLUONDIR)/Makefile GLUON_TOOLS=0 QUILT=
GLUONMAKE = $(SUBMAKE) -C $(GLUON_OPENWRTDIR) -f $(GLUONDIR)/Makefile
ifneq ($(OPENWRT_BUILD),1)
......
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