mirror of https://github.com/hak5/openwrt.git
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> SVN-Revision: 41262lede-17.01
parent
bff5e3822c
commit
43c0ad0f00
|
@ -35,7 +35,7 @@ imx6_board_detect() {
|
|||
;;
|
||||
|
||||
"Wandboard i.MX6 Dual Lite Board")
|
||||
name="wandaboard"
|
||||
name="wandboard"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue