servalproject / openwrt-packages

Feed that adds Serval components to the OpenWRT build system
8 stars 7 forks source link

External network template override #20

Open thomotron opened 5 years ago

thomotron commented 5 years ago

Adds the ability to override the default network template by placing an alternative one under /dos/network.template. The default template will still be used in the absence of an external one.

A consequence of this is that the network setup script in /etc/rc.d/ will be run after mounting disks so that the template can be read from /dos/.

thomotron commented 5 years ago

Using the JFFS2 filesystem alleviates the need to use this patch, but it may still be useful for systems that are forced to use static filesystems due to flash constraints.