mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ endptmngr ]
-------------------------------------------------------------------------------
* 1092361 Fix compilation error on 5.02L07p1.
* be0e76e Add .gitlab-ci.yml
* 756f603 Revert "Fix a bug in "ubus call endpt status" that report off-hook status wrongly"
* 179d941 Fix a bug in "ubus call endpt status" that report off-hook status wrongly
-------------------------------------------------------------------------------
commit 1092361e274147babb6f750eab3cda2c7df436a1
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2020-02-19 12:58:10 +0100
Fix compilation error on 5.02L07p1.
Base directory -> /
src/connection.c | 1 +
src/line-dect.c | 1 +
src/line.c | 1 +
3 files changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit be0e76ed7d423e50fd514b04cce128e038a63282
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2019-12-01 20:08:04 +0100
Add .gitlab-ci.yml
Base directory -> /
.gitlab-ci.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
-------------------------------------------------------------------------------
commit 756f6032012e1398a92f488fa0c9d69640f483ed
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:56:05 +0100
Revert "Fix a bug in "ubus call endpt status" that report off-hook status
wrongly"
This reverts commit 179d9418662b9c3336cf6dba64848e9f9f680035.
Base directory -> /
src/ubus.c | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 179d9418662b9c3336cf6dba64848e9f9f680035
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2019-11-26 15:30:02 +0100
Fix a bug in "ubus call endpt status" that report off-hook status wrongly
When Tel 1 was off-hook, the ubus call reported Tel 2 was off-hook and vice
verse.
Base directory -> /
src/ubus.c | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
bd54ff5c52
commit
ea29e6bce0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=0.2
|
||||
PKG_SOURCE_VERSION:=ef49d57c3824df4dfb4921d39461e2bd14f918a7
|
||||
PKG_SOURCE_VERSION:=1092361e274147babb6f750eab3cda2c7df436a1
|
||||
PKG_LICENSE:=GPLv2
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue