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/patches | |
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/patches')
-rw-r--r-- | package/ppp/patches/patch-pppd_ipv6cp_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ppp/patches/patch-pppd_ipv6cp_c b/package/ppp/patches/patch-pppd_ipv6cp_c new file mode 100644 index 000000000..1d4123776 --- /dev/null +++ b/package/ppp/patches/patch-pppd_ipv6cp_c @@ -0,0 +1,10 @@ +--- ppp-2.4.4.orig/pppd/ipv6cp.c 2005-08-26 01:59:34.000000000 +0200 ++++ ppp-2.4.4/pppd/ipv6cp.c 2009-12-18 09:06:00.333449663 +0100 +@@ -151,6 +151,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + #include <unistd.h> + #include <netdb.h> |