Browse Source

ar71xx: Correct WeIO board name

Trivial parch to correct WeIO board name in the system.

Signed-off-by: Drasko DRASKOVIC <[email protected]>

SVN-Revision: 47110
John Crispin 10 years ago
parent
commit
03681684bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/base-files/lib/ar71xx.sh

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

@@ -850,7 +850,7 @@ ar71xx_board_detect() {
 	*"UniFi AP Pro")
 	*"UniFi AP Pro")
 		name="uap-pro"
 		name="uap-pro"
 		;;
 		;;
-	*"WeIO")
+	"WeIO"*)
 		name="weio"
 		name="weio"
 		;;
 		;;
 	*WHR-G301N)
 	*WHR-G301N)