From 03055ba674aa6217886961e571c8f7ea81d24b8c Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Fri, 1 Aug 2014 07:00:01 +0200 Subject: [PATCH] miax: follow previous commit, add bluetooth changes to package Makefile Signed-off-by: Jiri Slachta --- net/miax/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/miax/Makefile b/net/miax/Makefile index 85194f4..34baded 100644 --- a/net/miax/Makefile +++ b/net/miax/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miax PKG_VERSION:=1.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/miax @@ -23,15 +23,15 @@ define Package/miax SECTION:=net CATEGORY:=Network SUBMENU:=Telephony - DEPENDS:=+libpthread +bluez-libs + DEPENDS:=+libpthread TITLE:=A console iax (asterisk) client URL:=http://www.eja.it/?l=en&n=miax endef define Package/miax/description - miax is a console iax (asterisk) client, it can work with - a soundcard as a normal voip phone, taking input/output from - keyboard, analog/gsm/isdn modem or bluetooth phones. + miax is a console iax (asterisk) client, it can work with + a soundcard as a normal voip phone, taking input/output from + keyboard or analog/gsm/isdn modem. endef define Build/Compile -- 2.11.0