Philip Prindeville <philipp_s...@redfish-solutions.com> [2016-12-31 16:12:21]:
Hi, > cp ../my-saved-config .config > make defconfig I use the same steps also. > to generate the .config file in a completely scripted way, by seeding it with > the minimum set of relevant parameters (the deltas) per the steps described > here: > > https://wiki.openwrt.org/doc/howto/build > > Is there an equivalent way to generate the kernel config by seeding it with > minimum state? Look at the scripts/diffconfig file for details, probably at the kconfig.pl usage. > I don’t want to save the complete .config because that changes from release > to release, so there wouldn’t be any point… all I care about is how I’m > differentiating my build from the defaults. You can just do: scripts/diffconfig > ../my-saved-config it should contain everything needed to build the image. -- ynezz _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev