aboutsummaryrefslogtreecommitdiff
path: root/utils/at/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-24 13:15:38 +0100
committerJo-Philipp Wich <jo@mein.io>2019-01-24 13:15:38 +0100
commit2fcb74aabac61ecebe82aeeb91a97044e303eae3 (patch)
treec36edb5840d7c2d5e0b85acfb4f1138b288c1b97 /utils/at/Makefile
parenteaf6411452027b7f2418c5ca0ec1ec007edfa485 (diff)
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 <jo@mein.io>
Diffstat (limited to 'utils/at/Makefile')
-rw-r--r--utils/at/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/at/Makefile b/utils/at/Makefile
index 563665590..c37b6b07c 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