mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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 <jow@openwrt.org> SVN-Revision: 47833
This commit is contained in:
parent
73f774c960
commit
f906975e2d
@ -105,7 +105,7 @@ sunxi_board_detect() {
|
||||
board="i12-tvbox"
|
||||
;;
|
||||
|
||||
"Lamobo R1")
|
||||
"Lamobo Banana Pi R1")
|
||||
board="lamobo-r1"
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user