From: Jo-Philipp Wich Date: Fri, 11 Dec 2015 11:00:14 +0000 (+0000) Subject: sunxi: fix Lamobo Banana Pi R1 detection X-Git-Tag: reboot~1239 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f906975e2d0e2d2eb6aefcf40f9f4e9949e3da18;p=openwrt%2Fstaging%2Flynxis.git 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 SVN-Revision: 47833 --- diff --git a/target/linux/sunxi/base-files/lib/sunxi.sh b/target/linux/sunxi/base-files/lib/sunxi.sh index ce1292b5fd..3dc095e1aa 100644 --- a/target/linux/sunxi/base-files/lib/sunxi.sh +++ b/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" ;;