summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Clouter2010-03-13 21:43:06 +0100
committerPeter Korsgaard2010-03-13 21:54:09 +0100
commitacac2eceb6f8c22d757de348e45172a7f3d928da (patch)
treeb3bfcfc106609ab420d2e6ed9dcd7dcf504526fe
parenttarget: add linux 2.6.33 (diff)
downloadbuildroot-acac2eceb6f8c22d757de348e45172a7f3d928da.tar.gz
buildroot-acac2eceb6f8c22d757de348e45172a7f3d928da.tar.xz
buildroot-acac2eceb6f8c22d757de348e45172a7f3d928da.zip
pppd: enable ipv6 support if toolchain supports it
Closes #1273 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES4
-rw-r--r--package/pppd/pppd.mk1
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a8f890eb9..f1edd164e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
mtd-utils, squashfs
+ Issues resolved (http://bugs.uclibc.org):
+
+ #1273 BR2_INET_IPV6 does not enable IPv6 in pppd
+
2010.02, Release February 26th, 2010:
Fixes all over the tree.
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
index 0888aa9d1..46d5b6f88 100644
--- a/package/pppd/pppd.mk
+++ b/package/pppd/pppd.mk
@@ -17,6 +17,7 @@ $(DL_DIR)/$(PPPD_SOURCE):
pppd-source: $(DL_DIR)/$(PPPD_SOURCE)
+PPPD_OPTIONS_$(BR2_INET_IPV6) += HAVE_INET6=y
PPPD_OPTIONS_$(BR2_PACKAGE_PPPD_FILTER) += FILTER=y
$(PPPD_DIR)/.unpacked: $(DL_DIR)/$(PPPD_SOURCE)