Skip to content

Commit 7c47dfb

Browse files
miczyg1macpijan
authored andcommitted
build.sh: Add vp2440 target
Upstream-Status: Inappropriate [Dasharo downstream] Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 123e406 commit 7c47dfb

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"
@@ -400,6 +401,10 @@ case "$CMD" in
400401
BOARD="vp2430"
401402
build_protectli_vault
402403
;;
404+
"vp2440" | "VP2440")
405+
BOARD="vp2440"
406+
build_protectli_vault
407+
;;
403408
"v1210" | "V1210" )
404409
build_v1x10 "v1210"
405410
;;

0 commit comments

Comments
 (0)