Browse Source

RPC: Add missing SGW driver to Device Code

Conflicts:
	api.c
Luke Dashjr 12 years ago
parent
commit
7937d45081
1 changed files with 3 additions and 0 deletions
  1. 3 0
      api.c

+ 3 - 0
api.c

@@ -99,6 +99,9 @@ static const char *DEVICECODE = ""
 #ifdef USE_AVALON
 #ifdef USE_AVALON
 			"AVA "
 			"AVA "
 #endif
 #endif
+#ifdef USE_LIBMICROHTTPD
+			"SGW "
+#endif
 #ifdef USE_X6500
 #ifdef USE_X6500
 			"XBS "
 			"XBS "
 #endif
 #endif