dahdi-tools: package dahdi_cfg executable
Grab the binary instead of the libtool-shell-wrapper... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
25394f6324
commit
5fc6447bd4
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=dahdi-tools
|
||||
PKG_VERSION:=2.11.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/
|
||||
|
@ -25,7 +25,7 @@ define Package/dahdi-cfg/Default
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Telephony
|
||||
DEPENDS=+kmod-dahdi
|
||||
DEPENDS=+kmod-dahdi +dahdi-tools-libtonezone
|
||||
endef
|
||||
|
||||
define Package/dahdi-cfg
|
||||
|
@ -74,7 +74,7 @@ endef
|
|||
|
||||
define Package/dahdi-cfg/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/dahdi_cfg $(1)/usr/sbin/
|
||||
$(CP) $(PKG_BUILD_DIR)/.libs/dahdi_cfg $(1)/usr/sbin/
|
||||
$(CP) $(PKG_BUILD_DIR)/dahdi_scan $(1)/usr/sbin/
|
||||
$(CP) $(PKG_BUILD_DIR)/fxotune $(1)/usr/sbin/
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue