Bug 2875 - Kernel doesn't build Ext2 support out-of-the-box
Summary: Kernel doesn't build Ext2 support out-of-the-box
Status: RESOLVED WONTFIX
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 critical
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 07:48 UTC by Tuukka Pasanen
Modified: 2010-12-22 13:09 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuukka Pasanen 2010-12-02 07:48:29 UTC
Because kernel doesn't build Ext2 support out-of-the-box if you choose i386 for default config you can use iso-image without minor tuning of kernel .config file. This should work like initrd thing.
Comment 1 Thomas Petazzoni 2010-12-22 09:14:04 UTC
Well, in general we only try to minimally interact with the kernel configuration. For example, regardless of whether IPv6 is enabled or not at the toolchain level, we do not enforce IPv6 configuration at the kernel level. Or it's not because you have enabled the iptables package that we enforce Netfilter configuration at the kernel level. I don't think Buildroot can replace the embedded developer Linux brain and skills, it would involve too much black magic.

Therefore, I'm tempted to say that we should live it as it is in the code. But we could definitely improve the documentation.

I will not mark the bug as WONTFIX, waiting for other Buildroot developers to comment.
Comment 2 Thomas Petazzoni 2010-12-22 13:09:36 UTC
See http://lists.busybox.net/pipermail/buildroot/2010-December/040028.html for Peter Korsgaard opinion on this, which agrees with the WONTFIX proposal.