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 0c43ab5 commit 7306fe5Copy full SHA for 7306fe5
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"
@@ -426,6 +427,10 @@ case "$CMD" in
426
427
BOARD="vp2430"
428
build_protectli_vault
429
;;
430
+ "vp2440" | "VP2440")
431
+ BOARD="vp2440"
432
+ build_protectli_vault
433
+ ;;
434
"v1210" | "V1210" )
435
build_v1x10 "v1210"
436
0 commit comments