File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,8 @@ def _armbian_id(self) -> Optional[str]:
386
386
board = boards .PINEH64
387
387
elif board_value == "orangepi2" :
388
388
board = boards .ORANGE_PI_2
389
+ elif board_value == "orangepipc2" :
390
+ board = boards .ORANGE_PI_PC2
389
391
elif board_value == "orangepi3" :
390
392
board = boards .ORANGE_PI_3
391
393
elif board_value == "orangepi3b" :
Original file line number Diff line number Diff line change 53
53
ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
54
54
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
55
55
ORANGE_PI_2 = "ORANGE_PI_2"
56
+ ORANGE_PI_PC2 = "ORANGE_PI_PC2"
56
57
ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
57
58
ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
58
59
ORANGE_PI_ZERO_2 = "ORANGE_PI_ZERO_2"
260
261
ORANGE_PI_PC_PLUS ,
261
262
ORANGE_PI_PLUS_2E ,
262
263
ORANGE_PI_2 ,
264
+ ORANGE_PI_PC2 ,
263
265
ORANGE_PI_ZERO_PLUS_2H5 ,
264
266
ORANGE_PI_ZERO_PLUS ,
265
267
ORANGE_PI_ZERO_2 ,
You can’t perform that action at this time.
0 commit comments