[Buildroot] IPv6 in busybox

Peter Korsgaard jacmet at uclibc.org
Mon Aug 24 21:30:07 UTC 2009


>>>>> "Chris" == Chris Smith <chris.smith at tandberg.com> writes:

 Chris> There is a problem with IPv6 support in busybox.  I think you need to
 Chris> modify the busybox.mk file to add the CONFIG_FEATURE_IFUPDOWN_IPV6
 Chris> lines to allow ipv6 support in 'ifup'

Thanks, committed.

Please send fixes to the BR mailing list instead of directly to me in
the future, please.

 Chris> ifeq ($(BR2_INET_IPV6),y)
 Chris>    $(SED) "s/^.*CONFIG_FEATURE_IPV6.*/CONFIG_FEATURE_IPV6=y/;"
 Chris> $(BUSYBOX_DIR)/.config
 Chris>    $(SED)
 Chris> "s/^.*CONFIG_FEATURE_IFUPDOWN_IPV6.*/CONFIG_FEATURE_IFUPDOWN_IPV6=y/;"
 Chris> $(BUSYBOX_DIR)/.config
 Chris> else
 Chris>    $(SED) "s/^.*CONFIG_FEATURE_IPV6.*/CONFIG_FEATURE_IPV6=n/;"
 Chris> $(BUSYBOX_DIR)/.config
 Chris>    $(SED)
 Chris> "s/^.*CONFIG_FEATURE_IFUPDOWN_IPV6.*/CONFIG_FEATURE_IFUPDOWN_IPV6=n/;"
 Chris> $(BUSYBOX_DIR)/.config
 Chris> endif

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list