[Buildroot] [Bug 2875] Kernel doesn't build Ext2 support out-of-the-box

Peter Korsgaard jacmet at uclibc.org
Wed Dec 22 10:11:27 UTC 2010


>>>>> "bugzilla" == bugzilla  <bugzilla at busybox.net> writes:

Hi,

 bugzilla> https://bugs.busybox.net/show_bug.cgi?id=2875 --- Comment #1
 bugzilla> from Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 bugzilla> --- Well, in general we only try to minimally interact with
 bugzilla> the kernel configuration. For example, regardless of whether
 bugzilla> IPv6 is enabled or not at the toolchain level, we do not
 bugzilla> enforce IPv6 configuration at the kernel level.

I agree, but you're giving a bad example:

linux/linux.mk:
ifeq ($(BR2_INET_IPV6),y)
        $(call KCONFIG_ENABLE_OPT,CONFIG_IPV6,$(@D)/.config)
else
        $(call KCONFIG_DISABLE_OPT,CONFIG_IPV6,$(@D)/.config)
endif

Which comes from:

commit 100c09a53b8806b2281a93ad21744d26f68bcc6b
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue Jun 8 13:56:19 2010 +0200

    linux: adjust kernel config according to the Buildroot configuration
    
    We only adjust the configuration or ARM EABI and IPv6. The (more
    complicated) initramfs case is handled in a separate commit. The user
    is expected to take care of all other configuration details (like
    having Netfilter enabled to make iptables work, etc.)
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

;)

 bugzilla> I will not mark the bug as WONTFIX, waiting for other
 bugzilla> Buildroot developers to comment.

I vote for WONTFIX.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list