aboutsummaryrefslogtreecommitdiff
path: root/net/wg-installer/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-02-01 21:56:23 +0100
committerNick Hainke <vincent@systemli.org>2022-02-01 22:32:30 +0100
commit40b87aac950db3e310b6a353392a7ecd66e7c6f2 (patch)
treeb79861926348a9b58edac6789cc5afce64221c26 /net/wg-installer/Makefile
parent127ef1207ba0484fadb224a46155a46b48150e34 (diff)
wg-installer: use babeld add_interface function
With commit 385200443554 ("babeld: add add_interface function") babeld has a new ubus function allowing to dynamically add an interface. Before the add_interface function, we were required to reload babeld. The reload influenced the babeld routing. However, the remove part is still missing and will be added at a later stage. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'net/wg-installer/Makefile')
-rw-r--r--net/wg-installer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wg-installer/Makefile b/net/wg-installer/Makefile
index b41f5f25e..c238faa88 100644
--- a/net/wg-installer/Makefile
+++ b/net/wg-installer/Makefile
@@ -57,7 +57,7 @@ endef
define Package/wg-installer-server-hotplug-babeld
$(call Package/wg-installer-server)
- DEPENDS:=wg-installer-server +coreutils-realpath
+ DEPENDS:=wg-installer-server
endef
define Package/wg-installer-server-hotplug-babeld/install