We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123e406 commit 7c47dfbCopy full SHA for 7c47dfb
1 file changed
build.sh
@@ -12,6 +12,7 @@ usage() {
12
echo -e "\tvp66xx - build Dasharo for Protectli VP66xx"
13
echo -e "\tvp46xx - build Dasharo for Protectli VP46xx"
14
echo -e "\tvp32xx - build Dasharo for Protectli VP32xx"
15
+ echo -e "\tvp2440 - build Dasharo for Protectli VP2440"
16
echo -e "\tvp2430 - build Dasharo for Protectli VP2430"
17
echo -e "\tvp2420 - build Dasharo for Protectli VP2420"
18
echo -e "\tvp2410 - build Dasharo for Protectli VP2410"
@@ -400,6 +401,10 @@ case "$CMD" in
400
401
BOARD="vp2430"
402
build_protectli_vault
403
;;
404
+ "vp2440" | "VP2440")
405
+ BOARD="vp2440"
406
+ build_protectli_vault
407
+ ;;
408
"v1210" | "V1210" )
409
build_v1x10 "v1210"
410
0 commit comments