|
|
@ -411,10 +411,10 @@ class Board: |
|
|
|
board = boards.ORANGE_PI_2 |
|
|
|
elif board_value == "orangepipc2": |
|
|
|
board = boards.ORANGE_PI_PC2 |
|
|
|
elif board_value == "orangepi3": |
|
|
|
board = boards.ORANGE_PI_3 |
|
|
|
elif board_value == "orangepi3b": |
|
|
|
board = boards.ORANGE_PI_3B |
|
|
|
elif board_value == "orangepi3": |
|
|
|
board = boards.ORANGE_PI_3 |
|
|
|
elif board_value == "orangepi3-lts": |
|
|
|
board = boards.ORANGE_PI_3_LTS |
|
|
|
elif board_value == "orangepi4": |
|
|
|