From 6c2c2415d32f33655f632e17ce1dd95b18a0a109 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 29 Jun 2004 08:20:49 +0000 Subject: allow to use a specific ACNAME for pppoe connections --- mdk-stage1/network.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/network.c') diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c index 963dcee53..67102bb16 100644 --- a/mdk-stage1/network.c +++ b/mdk-stage1/network.c @@ -318,6 +318,7 @@ static int save_netinfo(struct interface_info * intf) { fprintf(f, "BOOTPROTO=adsl_pppoe\n"); fprintf(f, "USER=%s\n", intf->user); fprintf(f, "PASS=%s\n", intf->pass); + fprintf(f, "ACNAME=%s\n", intf->acname); } if (!streq(intf->http_proxy_host, "") && !streq(intf->http_proxy_port, "")) { -- cgit v1.2.1