summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-07 13:58:21 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-07 13:58:21 +0000
commit83849946b4f33f443e088491e7f269104ef09b32 (patch)
tree1db6980b6a4adcf9d809dee37c1fa7053f5d8408
parent6f1910ec4d33e9d82b4a64264e4b55e9ec1171c6 (diff)
downloadmaster-31e0f0ae-83849946b4f33f443e088491e7f269104ef09b32.tar.gz
master-31e0f0ae-83849946b4f33f443e088491e7f269104ef09b32.tar.bz2
master-31e0f0ae-83849946b4f33f443e088491e7f269104ef09b32.zip
Add ipv6 support to PPP
SVN-Revision: 5708
-rw-r--r--package/ppp/patches/200-makefile.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ppp/patches/200-makefile.patch b/package/ppp/patches/200-makefile.patch
index 5bbf8602d1..9eddc7cd4f 100644
--- a/package/ppp/patches/200-makefile.patch
+++ b/package/ppp/patches/200-makefile.patch
@@ -1,7 +1,7 @@
diff -ruN ppp-2.4.3-orig/pppd/Makefile.linux ppp-2.4.3-3/pppd/Makefile.linux
--- ppp-2.4.3-orig/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100
+++ ppp-2.4.3-3/pppd/Makefile.linux 2004-12-16 04:43:41.000000000 +0100
-@@ -48,19 +48,19 @@
+@@ -49,19 +49,19 @@
# Uncomment the next line to include support for PPP packet filtering.
# This requires that the libpcap library and headers be installed
# and that the kernel driver support PPP packet filtering.
@@ -23,7 +23,8 @@ diff -ruN ppp-2.4.3-orig/pppd/Makefile.linux ppp-2.4.3-3/pppd/Makefile.linux
-HAS_SHADOW=y
+#HAS_SHADOW=y
#USE_PAM=y
- #HAVE_INET6=y
+-#HAVE_INET6=y
++HAVE_INET6=y
@@ -77,7 +77,7 @@