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
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
DEPENDS=+kmod-dahdi +dahdi-tools-libtonezone
|
DEPENDS=+kmod-dahdi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dahdi-cfg
|
define Package/dahdi-cfg
|
||||||
$(call Package/dahdi-cfg/Default)
|
$(call Package/dahdi-cfg/Default)
|
||||||
DEPENDS+=+libpthread
|
DEPENDS+=+libpthread +dahdi-tools-libtonezone
|
||||||
TITLE:=DAHDI tools dahdi_cfg, dahdi_scan and fxotune
|
TITLE:=DAHDI tools dahdi_cfg, dahdi_scan and fxotune
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue