diff options
author | Nick Hainke <vincent@systemli.org> | 2022-01-20 15:24:05 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-01-20 15:56:02 +0100 |
commit | fab86eb626b677f8329482f427c6837e59fe4597 (patch) | |
tree | 47495d40be9959412f0877ea039316796c8f3f8f /net/wg-installer/Makefile | |
parent | 324fa79d7c8a90e899a81bbb3ae0c5a5a602f88e (diff) |
wg-installer: remove unused dependency
Remove the dependency "coreutils-realpath" from
wg-installer-server-hotplug-olsrd.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net/wg-installer/Makefile')
-rw-r--r-- | net/wg-installer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wg-installer/Makefile b/net/wg-installer/Makefile index 9718b9c16..b41f5f25e 100644 --- a/net/wg-installer/Makefile +++ b/net/wg-installer/Makefile @@ -67,7 +67,7 @@ endef define Package/wg-installer-server-hotplug-olsrd $(call Package/wg-installer-server) - DEPENDS:=wg-installer-server +coreutils-realpath + DEPENDS:=wg-installer-server endef define Package/wg-installer-server-hotplug-olsrd/install |