From 887243196de401da74ea8fe907cf133f013b2d6b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 18 Oct 2022 10:16:44 +0200 Subject: [PATCH] keepalived-sync: switch from busybox-timeout to coreutils-timeout So that the busybox configuration does not have to be adapted, the dependency has been changed to coreutils-timeout, which provides the same functionality. Signed-off-by: Florian Eckert --- net/keepalived/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index d4f43b0062..0c0e8d23af 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -278,7 +278,7 @@ define Package/keepalived-sync SECTION:=net CATEGORY:=Network TITLE:=Keepalived Master and Backup Synchronization - DEPENDS:= +keepalived +rsync +inotifywait +sudo +@BUSYBOX_CUSTOM +@BUSYBOX_CONFIG_TIMEOUT + DEPENDS:= +keepalived +rsync +inotifywait +sudo +coreutils-timeout endef define Package/keepalived-sync/description -- 2.30.2