diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 12:04:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 12:04:31 +0000 |
commit | bdefccb1c0a160ad933d7a786a7e55bab5e6ee00 (patch) | |
tree | c13906d6f1ad723cddb248e14703cbf63307d439 /perl-install | |
parent | e0fafa5c9b6486ee3631f542e2cfd00070ca3722 (diff) | |
download | drakx-bdefccb1c0a160ad933d7a786a7e55bab5e6ee00.tar drakx-bdefccb1c0a160ad933d7a786a7e55bab5e6ee00.tar.gz drakx-bdefccb1c0a160ad933d7a786a7e55bab5e6ee00.tar.bz2 drakx-bdefccb1c0a160ad933d7a786a7e55bab5e6ee00.tar.xz drakx-bdefccb1c0a160ad933d7a786a7e55bab5e6ee00.zip |
add static configuration for sagem800 spanish users
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 16801ca4b..9805cb010 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -534,6 +534,7 @@ If you don't know, choose 'use pppoe'"), { label => N("ADSL connection type :"), val => \$adsl_type, type => "list", list => [ N("Dynamic Host Configuration Protocol (DHCP)"), + N("Manual TCP/IP configuration"), N("Point to Point Tuneling Protocol (PPPTP)"), N("PPP over Ethernet (PPPoE)"), N("PPP over ATM (PPPoA)"), |