dahdi-tools: fix previous commit
authorDaniel Golle <daniel@makrotopia.org>
Fri, 1 Sep 2017 14:21:22 +0000 (16:21 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 1 Sep 2017 14:21:22 +0000 (16:21 +0200)
The dependencies in the default section were modified instead of just
the ones for dahdi-cfg. Fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/dahdi-tools/Makefile

index 2de7edfd7410094f62647c2bfe48f58cb558ab17..e9d991c42fea95952d466c1a0a7791d2bb988c81 100644 (file)
@@ -25,12 +25,12 @@ define Package/dahdi-cfg/Default
   SECTION:=utils
   CATEGORY:=Utilities
   SUBMENU:=Telephony
   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)
 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
 
   TITLE:=DAHDI tools dahdi_cfg, dahdi_scan and fxotune
 endef