Browse Source

sunxi: fix Lamobo Banana Pi R1 detection

Change the case switch to reflect the value used in the corresponding
device tree file.

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 47833
Jo-Philipp Wich 10 years ago
parent
commit
f906975e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/sunxi/base-files/lib/sunxi.sh

+ 1 - 1
target/linux/sunxi/base-files/lib/sunxi.sh

@@ -105,7 +105,7 @@ sunxi_board_detect() {
 			board="i12-tvbox"
 			;;
 
-		"Lamobo R1")
+		"Lamobo Banana Pi R1")
 			board="lamobo-r1"
 			;;