summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.h')
-rw-r--r--mdk-stage1/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h
index 44a96c77b..33f4b8d71 100644
--- a/mdk-stage1/network.h
+++ b/mdk-stage1/network.h
@@ -40,7 +40,7 @@ struct interface_info {
int is_ptp, is_up;
struct in_addr ip, netmask, broadcast, network;
enum boot_proto_type boot_proto;
- char *user, *pass; /* for ADSL connection */
+ char *user, *pass, *acname; /* for ADSL connection */
char *http_proxy_host, *http_proxy_port;
};