[OpenWrt-Users] buildroot: one tree -> multiple configs?

Georg Lippold georg.lippold at gmx.de
Sat Aug 18 01:05:51 CEST 2007


cd ~/OpenWRT/trunk (or wherever you checked out OpenWRT)
cp .config config-name1
make menuconfig
cp .config config-name2
make menuconfig
...
if you want to use the settings e.g. from config-name1 again, just cp
config-name1 to .config and run make.

Regards,

George

On 2007-08-18 06:22, Paul Jakma wrote:
> Hi,
> 
> What's the best way to use one checkout of SVN to build multiple 
> images, with different configurations (kernel and/or openwrt) for the 
> same platform, minimising amount of stuff that has to be recompiled?
> 
> E.g. I'd like to build different kernel config images for AR7 
> essentially..
> 
> regards,


More information about the openwrt-users mailing list