Re: [OpenWrt-Devel] [PATCH] [SIGNED-OFF] Correct WeIO board name

2015-10-05 Thread John Crispin


On 29/09/2015 13:20, Drasko DRASKOVIC wrote:
> Trivial parch to correct WeIO board name in the system.
> 
> Signed-off-by: Drasko DRASKOVIC 

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
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


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

2015-09-29 Thread Drasko DRASKOVIC
Trivial parch to correct WeIO board name in the system.

Signed-off-by: Drasko DRASKOVIC 
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.5.3
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel