From cd417a1a507369b6df9ab23415bf6da3579c2bc5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 20 Jun 2001 15:31:20 +0000 Subject: save adsl info for stage2 --- mdk-stage1/network.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'mdk-stage1/network.h') diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h index 0848c715e..02eea45b6 100644 --- a/mdk-stage1/network.h +++ b/mdk-stage1/network.h @@ -32,14 +32,15 @@ enum return_type ftp_prepare(void); enum return_type http_prepare(void); -enum boot_proto_type { BOOTPROTO_STATIC, BOOTPROTO_DHCP }; +enum boot_proto_type { BOOTPROTO_STATIC, BOOTPROTO_DHCP, BOOTPROTO_ADSL_PPPOE }; /* all of these in_addr things are in network byte order! */ struct interface_info { - char device[10]; - int is_ptp, is_up; - struct in_addr ip, netmask, broadcast, network; - enum boot_proto_type boot_proto; + char device[10]; + int is_ptp, is_up; + struct in_addr ip, netmask, broadcast, network; + enum boot_proto_type boot_proto; + char *user, *pass; /* for ADSL connection */ }; -- cgit v1.2.1