base-files: sysupgrade: merge info from "opkg list-changed-conffiles" to backup file list

SVN-Revision: 23233
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent a65975e0d6
commit 978ecae685

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
PKG_RELEASE:=57
PKG_RELEASE:=58
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host

@ -55,8 +55,9 @@ EOF
add_uci_conffiles() {
local file="$1"
find /etc/config /etc/passwd /etc/group /etc/dropbear \
/etc/firewall.user /etc/rc.local -type f > "$file"
( find /etc/config /etc/passwd /etc/group /etc/dropbear \
/etc/firewall.user /etc/rc.local -type f;
opkg list-changed-conffiles ) | sort -u > "$file"
return 0
}

Loading…
Cancel
Save