From: Florian Eckert Date: Tue, 18 Oct 2022 08:16:44 +0000 (+0200) Subject: keepalived-sync: switch from busybox-timeout to coreutils-timeout X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=887243196de401da74ea8fe907cf133f013b2d6b;p=feed%2Fpackages.git 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 --- 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