sunxi: fix Lamobo Banana Pi R1 detection
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Dec 2015 11:00:14 +0000 (11:00 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47833 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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