summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-07 13:58:21 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-07 13:58:21 +0000
commit90a1e158c2b7720ccc392d38de764fd5b597ce7e (patch)
tree7f0cc0aa84acdcac5ebb1f72f99cd37b9c479dd4 /package
parentf37257b768eddfc72ecaaa6e65aa87f932aab2a7 (diff)
Add ipv6 support to PPP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5708 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 5bbf8602d..9eddc7cd4 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 @@