aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-03-13 16:05:43 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-12 14:16:54 +0200
commit282e8173509a0907ec469d493f3bd9fed710c453 (patch)
treed0e9873f7a72bfe0a4042d47a5d30bdf6bbe106d /package/base-files/Makefile
parentde3e5de8ccfcdbc20c1c2b8798048189b9da6ed5 (diff)
downloadupstream-282e8173509a0907ec469d493f3bd9fed710c453.tar.gz
upstream-282e8173509a0907ec469d493f3bd9fed710c453.tar.bz2
upstream-282e8173509a0907ec469d493f3bd9fed710c453.zip
base-files: do not source system.sh in functions.sh
The default_postinst() function in /lib/functions.sh sources /lib/functions/system.sh before cycling through uci-defaults files. This creates a pseudo-cyclic dependency as system.sh also uses functions that are located in functions.sh. Despite that, there is actually only one uci-defaults file in the entire repo that needs system.sh, and this one contains an explicit source for system.sh anyway. Consequently, this patch removes the sourcing of system.sh in functions.sh. There are no relevant uses in packages, routing and luci repositories. This may require adjustments for downstream, though. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 8e252153fe..87c43fdc0c 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:=215
+PKG_RELEASE:=216
PKG_FLAGS:=nonshared
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/