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 <daniel@makrotopia.org>
This commit is contained in:
parent
5fc6447bd4
commit
b6a8bbd5fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue