[LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

David Lang david at lang.hm
Sat May 28 15:22:46 PDT 2016


On Sat, 28 May 2016, Bastian Bittorf wrote:
> * David Lang <david at lang.hm> [28.05.2016 13:48]:
>> rather than making a bunch of scripts for specific models, how about
>> some scripts that will let you build from a downloaded .config (yes,
>> you can do this manually, but it could be greatly simplified)
>
> but for this, you cont need a script at all. its just:
>
> cp $download_config .config
> make defconfig
> make
>
> is'n it?

Is it? don't you have to do a make oldconfig if it's been a while since the 
defconfig was created.

none of this is hard for people who are used to doing it, but it could be 
simplified for people who are compiling it for the first time.

Just a script that sets up the correct compile environment, sets up the feeds 
would be a good start.

making things so that you can have a couple different configs and the resulting 
images reasonably.

David Lang



More information about the Lede-dev mailing list