* [Buildroot] [pull request] Pull request for branch dont-force-ipv6-in-kernel
@ 2010-12-22 18:50 Thomas Petazzoni
2010-12-22 18:50 ` [Buildroot] [PATCH 1/1] linux: don't force IPv6 configuration in kernel Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-22 18:50 UTC (permalink / raw)
To: buildroot
The following changes since commit 11ab05f53a16f635a27139b33170a9dadba9f3c5:
Peter Korsgaard (1):
qt: svg and multimedia modules depends on gui module as well
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot dont-force-ipv6-in-kernel
Thomas Petazzoni (1):
linux: don't force IPv6 configuration in kernel
linux/linux.mk | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] linux: don't force IPv6 configuration in kernel
2010-12-22 18:50 [Buildroot] [pull request] Pull request for branch dont-force-ipv6-in-kernel Thomas Petazzoni
@ 2010-12-22 18:50 ` Thomas Petazzoni
2010-12-22 21:19 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-22 18:50 UTC (permalink / raw)
To: buildroot
As per the discussion at
http://lists.busybox.net/pipermail/buildroot/2010-December/040030.html,
remove the bits that forced the IPv6 configuration in the kernel
depending on the toolchain ability to support (or not) IPv6. You may
have a toolchain with IPv6 support but still don't want to have IPv6
in your kernel.
The only parameters we adjust in the kernel configuration are:
* ARM EABI, since we got a lot of bug reports regarding misconfigured
kernel compared to the ABI used by userspace applications.
* initramfs, since its contents are generated by Buildroot itself
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
linux/linux.mk | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/linux/linux.mk b/linux/linux.mk
index f2c6fd5..f81ff5c 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -112,11 +112,6 @@ ifeq ($(BR2_ARM_EABI),y)
else
$(call KCONFIG_DISABLE_OPT,CONFIG_AEABI,$(@D)/.config)
endif
-ifeq ($(BR2_INET_IPV6),y)
- $(call KCONFIG_ENABLE_OPT,CONFIG_IPV6,$(@D)/.config)
-else
- $(call KCONFIG_DISABLE_OPT,CONFIG_IPV6,$(@D)/.config)
-endif
ifeq ($(BR2_TARGET_ROOTFS_INITRAMFS),y)
# As the kernel gets compiled before root filesystems are
# built, we create a fake initramfs file list. It'll be
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] linux: don't force IPv6 configuration in kernel
2010-12-22 18:50 ` [Buildroot] [PATCH 1/1] linux: don't force IPv6 configuration in kernel Thomas Petazzoni
@ 2010-12-22 21:19 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-12-22 21:19 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> As per the discussion at
Thomas> http://lists.busybox.net/pipermail/buildroot/2010-December/040030.html,
Thomas> remove the bits that forced the IPv6 configuration in the kernel
Thomas> depending on the toolchain ability to support (or not) IPv6. You may
Thomas> have a toolchain with IPv6 support but still don't want to have IPv6
Thomas> in your kernel.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-22 21:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 18:50 [Buildroot] [pull request] Pull request for branch dont-force-ipv6-in-kernel Thomas Petazzoni
2010-12-22 18:50 ` [Buildroot] [PATCH 1/1] linux: don't force IPv6 configuration in kernel Thomas Petazzoni
2010-12-22 21:19 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox