File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,8 @@ def _armbian_id(self) -> Optional[str]:
396
396
board = boards .PINEH64
397
397
elif board_value == "orangepi2" :
398
398
board = boards .ORANGE_PI_2
399
+ elif board_value == "orangepipc2" :
400
+ board = boards .ORANGE_PI_PC2
399
401
elif board_value == "orangepi3" :
400
402
board = boards .ORANGE_PI_3
401
403
elif board_value == "orangepi3b" :
Original file line number Diff line number Diff line change 55
55
ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
56
56
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
57
57
ORANGE_PI_2 = "ORANGE_PI_2"
58
+ ORANGE_PI_PC2 = "ORANGE_PI_PC2"
58
59
ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
59
60
ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
60
61
ORANGE_PI_ZERO_2 = "ORANGE_PI_ZERO_2"
265
266
ORANGE_PI_PC_PLUS ,
266
267
ORANGE_PI_PLUS_2E ,
267
268
ORANGE_PI_2 ,
269
+ ORANGE_PI_PC2 ,
268
270
ORANGE_PI_ZERO_PLUS_2H5 ,
269
271
ORANGE_PI_ZERO_PLUS ,
270
272
ORANGE_PI_ZERO_2 ,
You can’t perform that action at this time.
0 commit comments