Author: blogic Date: 2015-10-05 12:25:40 +0200 (Mon, 05 Oct 2015) New Revision: 47110
Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh Log: ar71xx: Correct WeIO board name Trivial parch to correct WeIO board name in the system. Signed-off-by: Drasko DRASKOVIC <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-10-05 10:25:28 UTC (rev 47109) +++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-10-05 10:25:40 UTC (rev 47110) @@ -850,7 +850,7 @@ *"UniFi AP Pro") name="uap-pro" ;; - *"WeIO") + "WeIO"*) name="weio" ;; *WHR-G301N) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
