2
0
forked from Ivasoft/openwrt

ar71xx: Add WeIO Board Support

Add support for WeIO board (http://we-io.net).
This board is based on Carambola2 board form 8Devices.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org> [some cleanups]

SVN-Revision: 47036
This commit is contained in:
Felix Fietkau
2015-09-24 09:08:47 +00:00
parent e828d32153
commit 896d3e3e13
7 changed files with 187 additions and 6 deletions

View File

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

View File

@@ -252,7 +252,8 @@ platform_check_image() {
nbg460n_550n_550nh | \
unifi | \
unifi-outdoor | \
carambola2 )
carambola2 | \
weio )
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1