summaryrefslogtreecommitdiff
path: root/packages/ppp
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2005-10-29 09:55:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-29 09:55:05 +0000
commitd2487d0aa3a5337ea34beb5861c71970b5c2cbd7 (patch)
tree40a80868d4acfec7555991ed99a93c69e8c31af9 /packages/ppp
parent62a35317099f208f30e10af8002da47af9cb35f6 (diff)
parent7dd3bbef6102ab099035c4dd3c6646c2f138bd58 (diff)
merge of 6b05039266ce065dabeef6f1aac0190692348b17
and 9117a5cd2698e544e72b78d2b150f2eb221b4993
Diffstat (limited to 'packages/ppp')
-rw-r--r--packages/ppp/ppp-2.4.3/enable-ipv6.patch11
-rw-r--r--packages/ppp/ppp_2.4.3.bb1
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/ppp/ppp-2.4.3/enable-ipv6.patch b/packages/ppp/ppp-2.4.3/enable-ipv6.patch
new file mode 100644
index 0000000000..7b8acb2dd0
--- /dev/null
+++ b/packages/ppp/ppp-2.4.3/enable-ipv6.patch
@@ -0,0 +1,11 @@
+--- ppp-2.4.3/pppd/Makefile.linux.orig 2005-10-28 21:07:40.396359250 +0100
++++ ppp-2.4.3/pppd/Makefile.linux 2005-10-28 21:07:54.217223000 +0100
+@@ -62,7 +62,7 @@
+
+ HAS_SHADOW=y
+ #USE_PAM=y
+-#HAVE_INET6=y
++HAVE_INET6=y
+
+ # Enable plugins
+ PLUGIN=y
diff --git a/packages/ppp/ppp_2.4.3.bb b/packages/ppp/ppp_2.4.3.bb
index 2effec1328..8701efc556 100644
--- a/packages/ppp/ppp_2.4.3.bb
+++ b/packages/ppp/ppp_2.4.3.bb
@@ -11,6 +11,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
file://pppd-resolv-varrun.patch;patch=1 \
file://plugins-fix-CC.patch;patch=1 \
file://pppoatm-makefile.patch;patch=1 \
+ file://enable-ipv6.patch;patch=1 \
file://pon \
file://poff \
file://init \