diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-11 17:14:14 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-06-11 17:14:14 +0000 |
commit | acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54 (patch) | |
tree | 60d9b41980f562190fae8e9f587229d9eddcfbd3 | |
parent | 2b771e7c32fc4ea666d3771e86e8c9afe9f33fb8 (diff) | |
download | drakx-acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54.tar drakx-acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54.tar.gz drakx-acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54.tar.bz2 drakx-acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54.tar.xz drakx-acfa39a2031eb49e9ea78bf2333d03e7dd6e9b54.zip |
have PPP drivers in net_raw rather than in net
-rw-r--r-- | perl-install/modules.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 913d79e9f..7a56cdd54 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -104,10 +104,6 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", "sunhme" => "Sun Happy Meal Ethernet", - "ppp" => "Point to Point driver", - "ppp_generic" => "Point to Point generic driver", - "ppp_async" => "ppp_async", - "slhc" => "slhc", }], [ 'net_raw', { "8390" => "8390", @@ -119,6 +115,10 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "sunrpc" => "sunrpc", "pci-scan" => "pci-scan", "usbcore" => "usbcore", + "ppp" => "Point to Point driver", + "ppp_generic" => "Point to Point generic driver", + "ppp_async" => "ppp_async", + "slhc" => "slhc", }], [ 'isdn', { "hisax" => "hisax", |