From 4f78d16f9ad6bcdbadefb043f1a9ff688bdce6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Mon, 2 Oct 2017 17:30:32 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ brcmslic ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------------------------------------------------- * 5202450 Only signal dialtone once * 80a6420 Dialtone * 2b6571d Ringing * 09cf2ef Create connection * 3f84f6b Shut down cleanly * bbcb279 Get nr of endpoints * c903329 Only initialize the SLIC:s * b833e8a Create endpoints * 8fd381a Init endpoint ------------------------------------------------------------------------------- commit 520245066af315dde9009cd26a306f223c4a8961 Author: Jonas Höglund Date: 2017-10-02 17:30:12 +0200 Only signal dialtone once Base directory -> / src/endpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 80a642078d1a097f19d52b149601604756021927 Author: Jonas Höglund Date: 2017-09-28 17:46:06 +0200 Dialtone Base directory -> / src/endpt.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) ------------------------------------------------------------------------------- commit 2b6571dbef4f8876ad10e142f27ec2b88b7ff549 Author: Jonas Höglund Date: 2017-09-28 17:31:10 +0200 Ringing Base directory -> / src/endpt.c | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 09cf2ef441d108e53bef812f4e4383e12db0d827 Author: Jonas Höglund Date: 2017-09-28 16:48:38 +0200 Create connection Base directory -> / src/endpt.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 81 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 3f84f6b7d00bdda5bd9f2de055fcf33f9af4c932 Author: Jonas Höglund Date: 2017-09-28 14:09:24 +0200 Shut down cleanly Base directory -> / src/endpt.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ------------------------------------------------------------------------------- commit bbcb279a85e48b4eb033fbf86401ad3def1658dc Author: Jonas Höglund Date: 2017-09-28 11:35:39 +0200 Get nr of endpoints Base directory -> / src/endpt.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit c9033292674abc478b7bd2c70619af74426c8e9f Author: Jonas Höglund Date: 2017-09-28 10:45:30 +0200 Only initialize the SLIC:s Base directory -> / src/endpt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit b833e8ac64167933c998468d1bfd77eb40661cb4 Author: Jonas Höglund Date: 2017-09-27 17:55:20 +0200 Create endpoints Base directory -> / src/endpt.c | 9 +++++++++ 1 file changed, 9 insertions(+) ------------------------------------------------------------------------------- commit 8fd381ae3ddc1218aadf95b86f1da5f0563221a6 Author: Jonas Höglund Date: 2017-09-27 17:15:58 +0200 Init endpoint Base directory -> / src/Makefile | 1 + src/endpt.c | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- brcmslic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brcmslic/Makefile b/brcmslic/Makefile index 2b7f292e5..7a92a8cab 100644 --- a/brcmslic/Makefile +++ b/brcmslic/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=1 PKG_VERSION:=0.1 PKG_SOURCE_URL:=git@private.inteno.se:brcmslic PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4dd8c50ab8f107bd757ff7ece5f6c17b790201b3 +PKG_SOURCE_VERSION:=520245066af315dde9009cd26a306f223c4a8961 PKG_NAME:=brcmslic @@ -28,7 +28,7 @@ define Package/brcmslic CATEGORY:=Utilities TITLE:=Brcmslic URL:= - DEPENDS:= bcmkernel + DEPENDS:= endef define Package/brcmslic/description