[Buildroot] [PATCH 1/2] Support for a kernel-modules catagory

Chris Packham judge.packham at gmail.com
Mon Jan 11 14:14:50 UTC 2010


On Sat, Jan 9, 2010 at 1:00 PM, Clark Rawlins <clark.rawlins at escient.com> wrote:
> Add support for a catagory of packages called
> "Extra kernel modules" in menuconfig and a
> new subdirectory similar to the "editors"
> subdirectory to hold the kernel-modules packages.
> diff --git a/package/kernel-modules/Config.in b/package/kernel-modules/Config.in
[snip]
> new file mode 100644
> index 0000000..ddd27c3
> --- /dev/null
> +++ b/package/kernel-modules/Config.in
> @@ -0,0 +1,3 @@
> +menu "Extra Kernel Modules"
> +source "package/kernel-modules/cdfs/Config.in"
> +endmenu

This depends on code in your next patch. Perhaps just start with an
empty menu then add the cdfs part in your next patch. I'm not sure how
pedantic buildroot is with creating git bisect points that build.


More information about the buildroot mailing list