imx6: fix typo on wandboard detection
Revision r41256 introduced a typo (wandaboard => wandboard), but later revisions expect to match on "wandboard" Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41262 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
c4c0b61fb7
commit
14704677a4
|
@ -35,7 +35,7 @@ imx6_board_detect() {
|
|||
;;
|
||||
|
||||
"Wandboard i.MX6 Dual Lite Board")
|
||||
name="wandaboard"
|
||||
name="wandboard"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue