openwrtv3/package/base-files/files/lib
Daniel Golle 9b9c78e071 base-files: evaluate uci-defaults on run-time installations
Packages may install scripts into /etc/uci-defaults to be executed once
after installation, usually at the first boot of the target. This works
fine if the package was installed to the rootfs during build or using
the ImageBuilder.
If the package is installed using opkg during run-time uci-defaults
were applied only after a reboot of the device. Avoid the need to
reboot by evaluting the package's uci-defaults in default-postinst.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-04 14:24:37 +01:00
..
functions base-files: add function ucidef_set_interface_raw to enable default configuration on interfaces other than lan and wan. 2016-03-10 19:07:17 +00:00
preinit base-files: Allow to disable failsafe mode 2016-04-19 10:07:35 +02:00
upgrade x86: preserve partition table on sysupgrade 2016-02-09 12:33:17 +00:00
functions.sh base-files: evaluate uci-defaults on run-time installations 2016-05-04 14:24:37 +01:00