pppd: enable ipv6 support if toolchain supports it
authorAlexander Clouter <alex@digriz.org.uk>
Sat, 13 Mar 2010 20:43:06 +0000 (21:43 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 13 Mar 2010 20:54:09 +0000 (21:54 +0100)
Closes #1273

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/pppd/pppd.mk

diff --git a/CHANGES b/CHANGES
index a8f890eb92b074b15949c0e3f0ad3c227d064919..f1edd164e5d0a2c7c9bb7e037d86e7e8e7df2fe5 100644 (file)
--- 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.
index 0888aa9d1ef34bbea0d5f550786167dc50ef7812..46d5b6f882f3091d6ec1b59c6ae8b4efa681e93f 100644 (file)
@@ -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)