David Goodenough wrote:
> I would like to be able to do entirely automated builds where there is
> a profile of a specific target that I want to use as the config.  But
> I can not see how to achieve this (obviously not enough coffee this morning).
> By entirely automated I mean without use make menuconfig to select the
> target and the sub-target.  I want to pass those as parameters to the 
> process.
> 
> It must be possible, because the build system that does the releases must
> do it, but I am unable to find the script that does that either.
Create a fresh .config file that only contains those CONFIG_* options that
are needed to select the target/subtarget/profile, then run make defconfig
I used the same trick for the release builds.

- Felix
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to