From db6c50011d48c2d17fd06e0cd765a5a329bd486b Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Mon, 2 Nov 2015 00:53:00 +0100
Subject: [PATCH] build: make `make dirclean` remove the whole GLUON_OUTPUTDIR

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ae8fdf400..a59f6c7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ dirclean : FORCE
 	for dir in build_dir dl staging_dir tmp; do \
 		rm -rf $(GLUON_ORIGOPENWRTDIR)/$$dir; \
 	done
-	rm -rf $(GLUON_BUILDDIR) $(GLUON_IMAGEDIR)
+	rm -rf $(GLUON_BUILDDIR) $(GLUON_OUTPUTDIR)
 
 else
 
-- 
GitLab