[Buildroot] [PATCH v2 2/3] config: make it possible to specify which config file to use for 'make defconfig'

Felipe Contreras felipe.contreras at gmail.com
Mon Mar 5 21:58:04 UTC 2012


On Sun, Mar 4, 2012 at 3:03 PM, Arnout Vandecappelle (Essensium/Mind)
<arnout at mind.be> wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout at mind.be>

Is this really from you?

> So that this works:
>
>  % make defconfig DEFCONFIG=~/busybox-defconfig

> -       @$(COMMON_CONFIG_ENV) $< --defconfig $(CONFIG_CONFIG_IN)
> +       @$(COMMON_CONFIG_ENV) $< --defconfig$(patsubst %,=%,$(BR2_DEFCONFIG)) $(CONFIG_CONFIG_IN)

Looks like an inconsistency there. AFAICS, it would be 'make defconfig
BR2_DEFCONFIG=foo'.

Cheers.

-- 
Felipe Contreras


More information about the buildroot mailing list