diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-06 08:25:32 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-03-07 10:01:14 +0100 |
commit | 17c0362178caf837680a4631b8d0de94e5393448 (patch) | |
tree | 0bf837dafa9c4a8bdcf3d4071c30d94d0303491f /package/base-files/Makefile | |
parent | 2ae9ebf374023dec22dc5c0a97e170db6287587c (diff) | |
download | upstream-17c0362178caf837680a4631b8d0de94e5393448.tar.gz upstream-17c0362178caf837680a4631b8d0de94e5393448.tar.bz2 upstream-17c0362178caf837680a4631b8d0de94e5393448.zip |
base-files: sysupgrade: do not rely on opkg to list changed conffiles
Many packages use the opkg conffiles field to list configuration files that
are to be retained on upgrades. Make this work on systems without opkg.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 3fcf20a844..38d72fd452 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=173.3 +PKG_RELEASE:=173.4 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |