[Buildroot] [buildroot 0001568]: "make BOARD=xyz menuconfig"/ oldconfig etc does not work

Ulf Samuelsson ulf at atmel.com
Thu Dec 13 12:28:56 PST 2007


> I mean no offense when I ask, is project support well-supported by the
> buildroot community over all? Is it your work originally Ulf with little
> support from the others? Some things like the above don't work as I
> expect them, so it feels a bit rough. In the case of my patch in this
> bug report, you could apply it and make me happy without any detriment
> to the way you work (with getconfig/saveconfig).
> 

No, you destroy the original intent by making certain things depend
on the stuff in local/<proj>/*.config

We do not depend on the different "defconfigs" as well.
We copy them to .config and then we depend on .config

A good way to fix your problem could be to have a 

make BOARD=xyz reconfig

which would 

* make BOARD=$(BOARD) getconfig
* make menuconfig
* make saveconfig

Best Regards
Ulf Samuelsson


More information about the buildroot mailing list