diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index a1334a55c..d70a901d2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -288,6 +288,13 @@ sub real_main { isdn => { + name => N("ISDN configuration has not yet be ported to new wizard layer"), + end => 1, + }, + + + isdn_real => + { pre=> sub { detect($netc->{autodetect}, 'isdn'); # FIXME: offer to pick any card from values %{$netc->{autodetect}{isdn}} |