Fix STAGE_LIST
This commit is contained in:
parent
e6607e5dcf
commit
819edd5fc8
|
@ -7,6 +7,6 @@ DEPLOY_ZIP=1
|
||||||
#WPA_ESSID=""
|
#WPA_ESSID=""
|
||||||
#WPA_PASSWORD=""
|
#WPA_PASSWORD=""
|
||||||
#WPA_COUNTRY=""
|
#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"
|
WORK_DIR="$PWD/work"
|
||||||
DEPLOY_DIR="$PWD/deploy"
|
DEPLOY_DIR="$PWD/deploy"
|
Loading…
Reference in New Issue