diff options
author | Nick Hainke <vincent@systemli.org> | 2022-01-10 23:56:36 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-01-11 00:27:43 +0100 |
commit | 5e8301d7dc154b27b03dc2c24c111e41bb897293 (patch) | |
tree | 72a375780f535c8ec6bea03266d047f8ebc8097d /net/wg-installer/Makefile | |
parent | 2978bc1977096184b3f4e18601000db835c15e70 (diff) |
wg-installer: fix using symlinks for conf files
It is useful to symlink babeld and olsrd to /tmp/ if we frequently
write to those config files.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net/wg-installer/Makefile')
-rw-r--r-- | net/wg-installer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wg-installer/Makefile b/net/wg-installer/Makefile index 00701701a..55e654d65 100644 --- a/net/wg-installer/Makefile +++ b/net/wg-installer/Makefile @@ -54,7 +54,7 @@ endef define Package/wg-installer-server-hotplug-babeld $(call Package/wg-installer-server) - DEPENDS:=wg-installer-server + DEPENDS:=wg-installer-server +coreutils-dirname +coreutils-realpath endef define Package/wg-installer-server-hotplug-babeld/install @@ -64,7 +64,7 @@ endef define Package/wg-installer-server-hotplug-olsrd $(call Package/wg-installer-server) - DEPENDS:=wg-installer-server + DEPENDS:=wg-installer-server +coreutils-dirname +coreutils-realpath endef define Package/wg-installer-server-hotplug-olsrd/install |