All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] Turning of IPv6 ??
Date: Tue, 25 Jan 2011 11:50:23 +0100	[thread overview]
Message-ID: <878vy9p89c.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <CE158DD3C2714136AF864134DDAAA2EB@apexjs> (Sagaert Johan's message of "Mon, 24 Jan 2011 10:02:38 +0100")

>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:

 Sagaert> Hi

 Sagaert> I have a problem with ipV6 (nslookup takes 10..20 seconds) if
 Sagaert> i disable ipv6 in busybox only it is solved, so i leave ipv6
 Sagaert> in the kernel and uclibc enabled.  The toplevel setting for
 Sagaert> ipv6 is also still enabled.
 
 Sagaert> When i do a clean build with the config files i saved before
 Sagaert> the cleaning, i noticed that the ipv6 is back on in busybox
 Sagaert> ...  I suspect the toplevel ipv6 setting is causing this and
 Sagaert> seems to modifie the busybox setting for ipv6..

Yes, so we can use the same defconfigs for both ipv6 and !ipv6:

git grep IPV6 package/busybox/busybox.mk
package/busybox/busybox.mk:ifeq ($(BR2_INET_IPV6),y)
package/busybox/busybox.mk:define BUSYBOX_SET_IPV6
package/busybox/busybox.mk:     $(call KCONFIG_ENABLE_OPT,CONFIG_FEATURE_IPV6,$(
package/busybox/busybox.mk:     $(call KCONFIG_ENABLE_OPT,CONFIG_FEATURE_IFUPDOW
package/busybox/busybox.mk:define BUSYBOX_SET_IPV6
package/busybox/busybox.mk:     $(call KCONFIG_DISABLE_OPT,CONFIG_FEATURE_IPV6,$
package/busybox/busybox.mk:     $(call KCONFIG_DISABLE_OPT,CONFIG_FEATURE_IFUPDO
package/busybox/busybox.mk:     $(BUSYBOX_SET_IPV6)

 Sagaert> If everything is build, i change the busybox setting and do a
 Sagaert> rebuild of busybox to get it right.  So its anoying i can not
 Sagaert> use the config files in the first build pas.
 
 Sagaert> What can i do about it ?

Well, you could naturally remove the IPv6 handling in busybox.mk, but
why do you enable IPv6 support in uClibc if you don't want to use it?

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-01-25 10:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-24  9:02 [Buildroot] Turning of IPv6 ?? Sagaert Johan
2011-01-25 10:50 ` Peter Korsgaard [this message]
2011-01-24 14:26   ` Sagaert Johan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vy9p89c.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.