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 @@ -260,6 +260,8 @@ def _armbian_id(self):
260260 board = boards .BANANA_PI_M2_ZERO
261261 if board_value == "orangepizeroplus2-h5" :
262262 board = boards .ORANGE_PI_ZERO_PLUS_2H5
263+ if board_value == "orangepizeroplus" :
264+ board = boards .ORANGE_PI_ZERO_PLUS
263265
264266 return board
265267
Original file line number Diff line number Diff line change 4040ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
4141ORANGE_PI_2 = "ORANGE_PI_2"
4242ORANGE_PI_ZERO_PLUS_2H5 = "ORANGE_PI_ZERO_PLUS_2H5"
43+ ORANGE_PI_ZERO_PLUS = "ORANGE_PI_ZERO_PLUS"
4344
4445# Banana Pi boards
4546BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
141142 ORANGE_PI_PLUS_2E ,
142143 ORANGE_PI_2 ,
143144 ORANGE_PI_ZERO_PLUS_2H5 ,
145+ ORANGE_PI_ZERO_PLUS ,
144146)
145147
146148# BananaPI
You can’t perform that action at this time.
0 commit comments