keepalived-sync: switch from busybox-timeout to coreutils-timeout
authorFlorian Eckert <[email protected]>
Tue, 18 Oct 2022 08:16:44 +0000 (10:16 +0200)
committerFlorian Eckert <[email protected]>
Tue, 18 Oct 2022 14:00:51 +0000 (16:00 +0200)
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 <[email protected]>
net/keepalived/Makefile

index d4f43b0062b99aa68b35c50040d84f06a3f22e8b..0c0e8d23afba50df2dc7bdeaa5d1ca9196509574 100644 (file)
@@ -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