ar71xx: add support for Onion Omega
authorJohn Crispin <[email protected]>
Fri, 24 Jul 2015 09:09:49 +0000 (09:09 +0000)
committerJohn Crispin <[email protected]>
Fri, 24 Jul 2015 09:09:49 +0000 (09:09 +0000)
This patch adds support for the Onion Omega.

https://onion.io/omega

Signed-off-by: L. D. Pinney <[email protected]>
Acked-by: Boken Lin <[email protected]>
Tested-by: Jacky Huang <[email protected]>
SVN-Revision: 46458

src/mktplinkfw.c

index 8c543eb55759e4016ac7f514dc9ca1bc7cab7111..99338d4d6787531b8a5094c39e0debaf9dfede53 100644 (file)
@@ -34,6 +34,7 @@
 #define HWID_ANTMINER_S3       0x04440003
 #define HWID_GL_INET_V1                0x08000001
 #define HWID_GS_OOLITE_V1      0x3C000101
+#define HWID_ONION_OMEGA       0x04700001
 #define HWID_TL_MR10U_V1       0x00100101
 #define HWID_TL_MR13U_V1       0x00130101
 #define HWID_TL_MR3020_V1      0x30200001
@@ -419,6 +420,11 @@ static struct board_info boards[] = {
                .hw_id          = HWID_GS_OOLITE_V1,
                .hw_rev         = 1,
                .layout_id      = "16Mlzma",
+       }, {
+               .id             = "ONION-OMEGA",
+               .hw_id          = HWID_ONION_OMEGA,
+               .hw_rev         = 1,
+               .layout_id      = "16Mlzma",
        }, {
                .id             = "ANTMINER-S1",
                .hw_id          = HWID_ANTMINER_S1,