You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jo-Philipp Wich 7f69458296 base-files: rework postinstall uci-defaults handling
Some package postinstall operations, e.g. those emitted by the LuCI build
system, source and delete the uci-defaults themselves upon package insteall,
causing the generic defaults apply code to trigger shell errors like:

    .../luci-app-ddns.postinst: .: line 130: can't open './40_luci-ddns'

Rework the generic apply code to check the existence of the uci-defaults
script before trying to source it, use sed to prefilter the list of entries
from the control file and perform the directory change in a subshell,
avoiding the need for cd $OLDPWD.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
..
bin base-files: Fix config_generate when there are no switch VLANs or ports configured in board.json. 8 years ago
etc Centralize setting of all version info to include/version.mk 8 years ago
lib base-files: rework postinstall uci-defaults handling 8 years ago
rom rename default/ to files/ 18 years ago
sbin x86: preserve partition table on sysupgrade 8 years ago
usr/libexec image / basefiles: make console password configurable 8 years ago