Page 1 of 1
Make custom default config
Posted: Mon Jan 07, 2019 5:22 pm
by iincitr
Hi
I want to make a firmware with my settings on the router as the default setting after making factory default.
How can I do ?
Thank you.
Re: Make custom default config
Posted: Mon Jan 07, 2019 5:26 pm
by Lantis
Using the Gargoyle build environment, either create a patch which alters the existing config files at build time, or include them in the <openwrt_buildroot>/files/etc/config folder.
The second approach also needs to be written as a patch in general as Gargoyle removes the buildroot folder on make clean
Re: Make custom default config
Posted: Mon Jan 07, 2019 5:35 pm
by iincitr
I got it.
Thank you for promt reponse.