From 2fcb74aabac61ecebe82aeeb91a97044e303eae3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 24 Jan 2019 13:15:38 +0100 Subject: [PATCH] at: change libelf1 dependency to libelf The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in "at" accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich --- utils/at/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index 563665590f..c37b6b07cf 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/at SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libelf1 + DEPENDS:=+libelf TITLE:=Delayed job execution and batch processing URL:=http://packages.debian.org/stable/at endef