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 @@ -396,6 +396,8 @@ def _armbian_id(self) -> Optional[str]:
396396 board = boards .PINEH64
397397 elif board_value == "orangepi2" :
398398 board = boards .ORANGE_PI_2
399+ elif board_value == "orangepipc2" :
400+ board = boards .ORANGE_PI_PC2
399401 elif board_value == "orangepi3" :
400402 board = boards .ORANGE_PI_3
401403 elif board_value == "orangepi3b" :
Original file line number Diff line number Diff line change 5555ORANGE_PI_PC_PLUS = "ORANGE_PI_PC_PLUS"
5656ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
5757ORANGE_PI_2 = "ORANGE_PI_2"
58+ ORANGE_PI_PC2 = "ORANGE_PI_PC2"
5859ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
5960ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
6061ORANGE_PI_ZERO_2 = "ORANGE_PI_ZERO_2"
265266 ORANGE_PI_PC_PLUS ,
266267 ORANGE_PI_PLUS_2E ,
267268 ORANGE_PI_2 ,
269+ ORANGE_PI_PC2 ,
268270 ORANGE_PI_ZERO_PLUS_2H5 ,
269271 ORANGE_PI_ZERO_PLUS ,
270272 ORANGE_PI_ZERO_2 ,
You can’t perform that action at this time.
0 commit comments