diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-24 21:27:17 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-24 21:27:17 +0000 |
commit | 932abf5991e68c113f73d114ad84c138ea5d3ab0 (patch) | |
tree | d15e8c33fc52f3173ace5a6339269fb9a8f4a410 /net-dialup/ppp | |
parent | Added wmf flag, for vector images (diff) | |
download | gentoo-2-932abf5991e68c113f73d114ad84c138ea5d3ab0.tar.gz gentoo-2-932abf5991e68c113f73d114ad84c138ea5d3ab0.tar.bz2 gentoo-2-932abf5991e68c113f73d114ad84c138ea5d3ab0.zip |
added support for some adsl-connections (with usb-adsl-modems), closes #9505, thanks to nikai@nikai.net
Diffstat (limited to 'net-dialup/ppp')
-rw-r--r-- | net-dialup/ppp/files/modules.ppp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-dialup/ppp/files/modules.ppp b/net-dialup/ppp/files/modules.ppp index 86f6d410228d..1f5ad7f9938d 100644 --- a/net-dialup/ppp/files/modules.ppp +++ b/net-dialup/ppp/files/modules.ppp @@ -1,6 +1,7 @@ alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async +alias tty-ldisc-13 n_hdlc alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate |