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

Ben Greear greearb at candelatech.com
Sat May 28 07:52:28 PDT 2016



On 05/28/2016 05:02 AM, 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?

You also need to install feeds as far as I understand.

Having full .configs are likely to rot faster than just diff-configs,
so that is why I like just storing the diffconfigs.  And, having them
local and tracked in git and such just makes everything easier.

With regards to feeds, the feeds to use might can be automatically
determined by the diffconfig file, or maybe just another meta-data
file in the buildme dir.

Thanks,
Ben


-- 
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com



More information about the Lede-dev mailing list