File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -404,8 +404,6 @@ def _armbian_id(self) -> Optional[str]:
404
404
board = boards .BANANA_PI_M2_BERRY
405
405
elif board_value == "bananapim5" :
406
406
board = boards .BANANA_PI_M5
407
- elif board_value == "bananapipro" :
408
- board = boards .LEMAKER_BANANA_PRO
409
407
elif board_value == "orangepizeroplus2-h5" :
410
408
board = boards .ORANGE_PI_ZERO_PLUS_2H5
411
409
elif board_value == "orangepizeroplus" :
@@ -703,6 +701,9 @@ def _allwinner_variants_id(self) -> Optional[str]:
703
701
board_value = board_value .lower ()
704
702
chip_id = self .detector .chip .id
705
703
704
+ if "banana pro" in board_value :
705
+ board = boards .LEMAKER_BANANA_PRO
706
+
706
707
if "banana pi m2 berry" in board_value :
707
708
board = boards .BANANA_PI_M2_BERRY
708
709
You can’t perform that action at this time.
0 commit comments