diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-10 12:47:49 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-30 00:00:13 +0100 |
commit | 93b612221208c731da9b6c7100af636894405f75 (patch) | |
tree | 349fe8b46156c14d00ed7033bf3fd7d64bf2a3ba /package/base-files/Makefile | |
parent | f17c30098356778f212f73b8ea0c2e238907b580 (diff) | |
download | upstream-93b612221208c731da9b6c7100af636894405f75.tar.gz upstream-93b612221208c731da9b6c7100af636894405f75.tar.bz2 upstream-93b612221208c731da9b6c7100af636894405f75.zip |
base-files: sysupgrade: add function for conffiles retrieval
The find command to retrieve files from /etc/sysupgrade.conf and
/lib/upgrade/keep.d/* is used twice in almost the same way.
Move it into a function to consolidate, enhance readability and make
future adjustments easier.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Paul Spooren <mail@aparcar.org>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
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 47d4e73b42..35a07f2aad 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=242 +PKG_RELEASE:=243 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |