From b6a8bbd5fb4cda1d5d807a307dc0afffe390dfe2 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 1 Sep 2017 16:21:22 +0200 Subject: [PATCH] dahdi-tools: fix previous commit The dependencies in the default section were modified instead of just the ones for dahdi-cfg. Fix that. Signed-off-by: Daniel Golle --- libs/dahdi-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index 2de7edf..e9d991c 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -25,12 +25,12 @@ define Package/dahdi-cfg/Default SECTION:=utils CATEGORY:=Utilities SUBMENU:=Telephony - DEPENDS=+kmod-dahdi +dahdi-tools-libtonezone + DEPENDS=+kmod-dahdi endef define Package/dahdi-cfg $(call Package/dahdi-cfg/Default) - DEPENDS+=+libpthread + DEPENDS+=+libpthread +dahdi-tools-libtonezone TITLE:=DAHDI tools dahdi_cfg, dahdi_scan and fxotune endef -- 2.30.2