[Buildroot] [git commit master] busybox: also enable ipv6 support in ifupdown if ipv6 support is enabled

Peter Korsgaard jacmet at sunsite.dk
Mon Aug 24 21:27:53 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=4ae691ecb960f79968df454cba0dab04bf1dba9d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Reported by: Chris Smith <chris.smith at tandberg.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/busybox/busybox.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index a5978da..7be49b3 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -69,8 +69,10 @@ else
 endif
 ifeq ($(BR2_INET_IPV6),y)
 	$(SED) "s/^.*CONFIG_FEATURE_IPV6.*/CONFIG_FEATURE_IPV6=y/;" $(BUSYBOX_DIR)/.config
+	$(SED) "s/^.*CONFIG_FEATURE_IFUPDOWN_IPV6.*/CONFIG_FEATURE_IFUPDOWN_IPV6=y/;" $(BUSYBOX_DIR)/.config
 else
 	$(SED) "s/^.*CONFIG_FEATURE_IPV6.*/CONFIG_FEATURE_IPV6=n/;" $(BUSYBOX_DIR)/.config
+	$(SED) "s/^.*CONFIG_FEATURE_IFUPDOWN_IPV6.*/CONFIG_FEATURE_IFUPDOWN_IPV6=n/;" $(BUSYBOX_DIR)/.config
 endif
 ifeq ($(BR2_INET_RPC),y)
 	$(SED) "s/^.*CONFIG_FEATURE_MOUNT_NFS.*/CONFIG_FEATURE_MOUNT_NFS=y/;" $(BUSYBOX_DIR)/.config
-- 
1.6.3.3



More information about the buildroot mailing list