diff mbox

[OpenWrt-Devel,SIGNED-OFF] Correct WeIO board name

Message ID 1443525637-27087-1-git-send-email-drasko.draskovic@gmail.com
State Accepted
Headers show

Commit Message

Drasko DRASKOVIC Sept. 29, 2015, 11:20 a.m. UTC
Trivial parch to correct WeIO board name in the system.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Crispin Oct. 5, 2015, 9:18 a.m. UTC | #1
On 29/09/2015 13:20, Drasko DRASKOVIC wrote:
> Trivial parch to correct WeIO board name in the system.
> 
> Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>

looks good but somehow your subject lines are always wrong. id should be

[PATCH] ar71xx: Correct WeIO board name

please make sure to send correct subjects in future.

	John
diff mbox

Patch

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index ad98cfb..4679a4b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -850,7 +850,7 @@  ar71xx_board_detect() {
 	*"UniFi AP Pro")
 		name="uap-pro"
 		;;
-	*"WeIO")
+	"WeIO"*)
 		name="weio"
 		;;
 	*WHR-G301N)