2
0
forked from Ivasoft/openwrt

ar71xx: Add support for the OMYlink OMY-G1

https://wiki.openwrt.org/toh/omylink/omy-g1

http://www.omylink.com/

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

SVN-Revision: 49258
This commit is contained in:
John Crispin
2016-04-26 11:44:36 +00:00
parent be1985471e
commit ee53a240ac
13 changed files with 172 additions and 1 deletions

View File

@@ -123,6 +123,9 @@ tplink_board_detect() {
"007260"*)
model="TellStick ZNet Lite"
;;
"066601"*)
model="OMYlink OMY-G1"
;;
"066602"*)
model="OMYlink OMY-X1"
;;
@@ -655,6 +658,9 @@ ar71xx_board_detect() {
*"OMY-X1")
name="omy-x1"
;;
*"OMY-G1")
name="omy-g1"
;;
*"Onion Omega")
name="onion-omega"
;;

View File

@@ -340,6 +340,7 @@ platform_check_image() {
gl-inet | \
mc-mac1200r | \
minibox-v1 |\
omy-g1 |\
omy-x1 |\
onion-omega | \
oolite | \