Doodle3D / openwrt-buildroot-example

Example docker environment for building images for a specific project.
MIT License
17 stars 8 forks source link

Simplify buildroot configuration #6

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

We can simplify / optimize our buildroot configuration in our Dockerfile. It should be possible to fill a initial .config with our diffconfig and then use make defconfig to expand this. (Currently we set a target, create a default, append our changes and then apply our changes). See: https://forum.openwrt.org/viewtopic.php?pid=276093#p276093