Building a custom spin of OpenWRT

Dear Community,

Is there a way to build a spin of an installation of OpenWRT?
Let´s say I have installed OpenWRT on a device, I made some customization I would save and copy to another device, how would I do this if this is possible?

Thanks in advance!

Add your customisation to uci-defaults script (or add additional scripts via packade)
examine /rom/etc/uci-defaults for examples

Thank you, I will take a look! :raised_hands:

1 Like

Been here to long to fall in to this pit. Uci-defaults have some functions but…
You need to define what this customization is to begin with, do we talk about simple run time settings or heavily modified source code?

To begin with, thank you for taking your time to answer and read my post.
With that said, to answer your question, to begin with I wan to modify the run time settings. When I am satisfied with those, I am going to develop a few daemons later on and some other services. Is there something I should keep in mind or is there something else you are thinking of?

You have to provide your own package repo and/or sysupgrades for new packages, or you can use openwisp to hold your fleet together.

1 Like

WoW!

Thank you for the tip of openwisp!