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-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2014-06-18 16:34:23 +00:00
parent c4c0b61fb7
commit 14704677a4

View File

@@ -35,7 +35,7 @@ imx6_board_detect() {
;;
"Wandboard i.MX6 Dual Lite Board")
name="wandaboard"
name="wandboard"
;;
*)