Skip to content

Commit 216cced

Browse files
committed
build.sh: Add vp2440 target
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent b95ffd8 commit 216cced

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ usage() {
1212
echo -e "\tvp66xx - build Dasharo for Protectli VP66xx"
1313
echo -e "\tvp46xx - build Dasharo for Protectli VP46xx"
1414
echo -e "\tvp32xx - build Dasharo for Protectli VP32xx"
15+
echo -e "\tvp2440 - build Dasharo for Protectli VP2440"
1516
echo -e "\tvp2430 - build Dasharo for Protectli VP2430"
1617
echo -e "\tvp2420 - build Dasharo for Protectli VP2420"
1718
echo -e "\tvp2410 - build Dasharo for Protectli VP2410"
@@ -426,6 +427,10 @@ case "$CMD" in
426427
BOARD="vp2430"
427428
build_protectli_vault
428429
;;
430+
"vp2440" | "VP2440")
431+
BOARD="vp2440"
432+
build_protectli_vault
433+
;;
429434
"v1210" | "V1210" )
430435
build_v1x10 "v1210"
431436
;;

0 commit comments

Comments
 (0)