sunxi: fix Lamobo Banana Pi R1 detection
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 11 Dec 2015 11:00:14 +0000 (11:00 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 11 Dec 2015 11:00:14 +0000 (11:00 +0000)
Change the case switch to reflect the value used in the corresponding
device tree file.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47833

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

index ce1292b5fd4c3ae372150f2f2f600756f2ba7cd3..3dc095e1aa18f346e1afbadf91bd042aeddae6ae 100644 (file)
@@ -105,7 +105,7 @@ sunxi_board_detect() {
                        board="i12-tvbox"
                        ;;
 
-               "Lamobo R1")
+               "Lamobo Banana Pi R1")
                        board="lamobo-r1"
                        ;;