build: fix QUILT=1 option

This broke due to the Makefile changes for building the module repo.
This commit is contained in:
Matthias Schiffer 2015-10-31 22:53:20 +01:00
parent cf509cf4d9
commit 82a9d7904a
1 changed files with 1 additions and 1 deletions

View File

@ -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)