diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 19:26:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 19:26:51 +0100 |
commit | 163e7965f05a281d653a9eaa72161172e35fd5fc (patch) | |
tree | 68433443b71118a83da66716b67400fcb2f6bb0a /package/ppp/files/pon | |
parent | 07b805f8a729e5fe064fc874cf1821a24378bb93 (diff) |
make pppoe over atm usable on ag241
- bridging nas0 and eth0 although works fine
need to add pre-up scripts to automate..
Diffstat (limited to 'package/ppp/files/pon')
-rwxr-xr-x | package/ppp/files/pon | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/ppp/files/pon b/package/ppp/files/pon index 1c2e5c50c..831730d19 100755 --- a/package/ppp/files/pon +++ b/package/ppp/files/pon @@ -1,8 +1,2 @@ #!/bin/sh -insmod slhc.o 2>/dev/null -insmod ppp_generic.o 2>/dev/null -insmod pppox.o 2>/dev/null -insmod pppoe.o 2>/dev/null -insmod ppp_async.o 2>/dev/null - exec /usr/sbin/pppd call $@ >/dev/null 2>&1 |