ar71xx: Correct WeIO board name
authorJohn Crispin <john@openwrt.org>
Mon, 5 Oct 2015 10:25:40 +0000 (10:25 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 5 Oct 2015 10:25:40 +0000 (10:25 +0000)
Trivial parch to correct WeIO board name in the system.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
SVN-Revision: 47110

target/linux/ar71xx/base-files/lib/ar71xx.sh

index ad98cfbae67c98dfaf21beecf88514d76e6181f5..4679a4bf21ea2ad7f346f90a035953abd89f7bf0 100755 (executable)
@@ -850,7 +850,7 @@ ar71xx_board_detect() {
        *"UniFi AP Pro")
                name="uap-pro"
                ;;
-       *"WeIO")
+       "WeIO"*)
                name="weio"
                ;;
        *WHR-G301N)