From 9dc56f510cbc602f5ab61b25ec687d31036eca91 Mon Sep 17 00:00:00 2001 From: xumia Date: Mon, 24 Jan 2022 15:08:15 +0000 Subject: [PATCH] Fix buster slave not built during make configure issue --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9d0d8baca05a..5011af76b6c3 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ NOJESSIE ?= 1 NOSTRETCH ?= 0 +NOBUSTER ?= 0 +NOBULLSEYE ?= 1 ifeq ($(NOJESSIE),0) BUILD_JESSIE=1