From 819edd5fc8db093cf72eb8b0dcca8bf53b05eb17 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sun, 28 Feb 2021 08:25:23 +0000 Subject: [PATCH] Fix STAGE_LIST --- config.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample b/config.sample index 565b269..ef19287 100644 --- a/config.sample +++ b/config.sample @@ -7,6 +7,6 @@ DEPLOY_ZIP=1 #WPA_ESSID="" #WPA_PASSWORD="" #WPA_COUNTRY="" -STAGE_LIST="pi-gen/stage0 pi-gen/stage1 pi-gen/stage2 avr deploy" +STAGE_LIST="pi-gen/stage0 pi-gen/stage1 pi-gen/stage2 custom" WORK_DIR="$PWD/work" DEPLOY_DIR="$PWD/deploy" \ No newline at end of file