Commit graph

1360 commits

Author SHA1 Message Date
Sukru Senli
52652dd042 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* d1079f3 find usb netdevice for both arm and mips
-------------------------------------------------------------------------------
commit d1079f32b14282cdc1ce2da736684bc505ed293b
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-11-07 15:38:44 +0100

    find usb netdevice for both arm and mips

Base directory -> /
 usb.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2016-11-07 15:39:21 +01:00
Sukru Senli
2afc1d59c9 icwmp-3.0-2016-11-03 2016-11-04 10:47:42 +01:00
Sukru Senli
c40b31720f natalie-dect: create target dir for install 2016-11-03 09:12:29 +01:00
Sukru Senli
930ff414cb inteno-netmodes: update firewall configs 2016-11-02 17:31:58 +01:00
Sukru Senli
87afc76177 natalie-dect: fix open build 2016-11-02 16:40:18 +01:00
Sukru Senli
94267e3d7a iop: genconfig: set NATALIE_OPEN correctly 2016-11-02 16:33:55 +01:00
Sukru Senli
387fb9ebf8 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 52ee23c populate ports only for bridged networks that are not dhcp
-------------------------------------------------------------------------------
commit 52ee23cb217321c92537d116eebba79c3c8966b8
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-11-02 11:30:37 +0100

    populate ports only for bridged networks that are not dhcp

Base directory -> /
 network.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
2016-11-02 11:31:29 +01:00
Sukru Senli
e8dc59ac6b inteno-netmodes: update repeate mode DETAILS 2016-11-02 11:08:15 +01:00
Alex Oprea
eeb5d0a0af Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 70d2897 prevent memory corruption for "client-100" and higher
* eea1ad8 improve short-circuit logic
-------------------------------------------------------------------------------
commit 70d289767aa38483c375b4913f9aff58e71978c4
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2016-11-01 13:44:05 +0100

    prevent memory corruption for "client-100" and higher

Base directory -> /
 network.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit eea1ad881ad50d69869dd292bb95b24547ae1ab3
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2016-11-01 13:55:49 +0100

    improve short-circuit logic

Base directory -> /
 network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2016-11-01 18:12:07 +01:00
Ronny Nilsson
55ace08066 Update feed [ feed_inteno_packages ] package [ dectmngr2 ]
-------------------------------------------------------------------------------
* 3191d38 - Dynamic allocation and freeing of wait queue buffer when third party connect/disconnects. - Remove debug printouts. - Prohibit continous registrations. - Cleanups
* 7db8582 Use proper enums instead of magic numbers
* 682eb2a Testing in combination with Gigaset elements v2.4.2 shows 50ms works better as a delay for ULE sensor registration.
* 1dbf4f7 Increase packet inter delay
* 31278b0 Workaround (ugly) for third party apps which send multiple mails simultaneously in one packet.
* f74984c Set delay between internal Dect packets low due to ULE otherwise doesn't work... Something timing critical in Natalie makes registration of sensors to otherwise fail.
* dd3939b Extend busmail protocol API with a configuration option. For each busmail/rawmail connection we can set individual protocol options.
* 6dbaaec Make the delay between each send message dynamic. Keep a timestamp of last transmisstion and before next transmitt we sleep only if not enough time has already passed.
* 78f7748 Restore handset standard PIN and add comment
* 86ae799 Natalie can auto-disable registration after one paired handset.
* 316647e Add recognition of ULE packets
*   33d84c2 Merge branch 'master' into ronny_gigaset
|\
| * 7a0f1ca Add ubus dummy for building without ubus library
| * fa9cd96 Pad every busmail packet with dummy data to force flush in dect chip.
| * 2a4d666 Ability to build dectmngr2 without ubus, for factory production.
* 29eb971 WIP for #9729 where registration of some sensors fail.
-------------------------------------------------------------------------------
commit 3191d38385c8e46c3888859f196e41c7db4447bc
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-31 13:32:17 +0100

    - Dynamic allocation and freeing of wait queue buffer when third party
    connect/disconnects. - Remove debug printouts. - Prohibit continous
    registrations. - Cleanups

Base directory -> /
 src/rawmailproxy.c | 100 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 56 insertions(+), 44 deletions(-)
-------------------------------------------------------------------------------
commit 7db8582e89ce58b82450fc0329340f6a294220d3
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-31 11:51:56 +0100

    Use proper enums instead of magic numbers

Base directory -> /
 src/connection_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 682eb2a006d00d6909fc5164c2e2483da3dc21dd
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-28 16:17:38 +0200

    Testing in combination with Gigaset elements v2.4.2 shows 50ms works better
    as a delay for ULE sensor registration.

Base directory -> /
 src/connection_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 1dbf4f767325fb31b24490b1d43267e83956791e
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 12:27:11 +0200

    Increase packet inter delay

Base directory -> /
 src/connection_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 31278b063273be77ecb97d764a7f9d6a326d329e
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 12:26:59 +0200

    Workaround (ugly) for third party apps which send multiple mails
    simultaneously in one packet.

Base directory -> /
 src/rawmailproxy.c | 208 ++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 135 insertions(+), 73 deletions(-)
-------------------------------------------------------------------------------
commit f74984c7e5d41d090a9c407dab307b4acea15a28
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:34:32 +0200

    Set delay between internal Dect packets low due to ULE otherwise doesn't
    work... Something timing critical in Natalie makes registration of sensors
    to otherwise fail.

Base directory -> /
 src/connection_init.c | 4 ++++
 1 file changed, 4 insertions(+)
-------------------------------------------------------------------------------
commit dd3939bec4c60838bd2165c28d1c46b25510751f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:30:43 +0200

    Extend busmail protocol API with a configuration option. For each
    busmail/rawmail connection we can set individual protocol options.

Base directory -> /
 src/app.c     | 2 ++
 src/busmail.c | 7 +++++++
 src/busmail.h | 6 ++++++
 3 files changed, 15 insertions(+)
-------------------------------------------------------------------------------
commit 6dbaaeca8575c5063f4257abef68191d0eb172da
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:27:30 +0200

    Make the delay between each send message dynamic. Keep a timestamp of last
    transmisstion and before next transmitt we sleep only if not enough time has
    already passed.

Base directory -> /
 src/rawmail.c | 48 +++++++++++++++++++++++++++++++++++++++++-------
 src/rawmail.h |  1 +
 2 files changed, 42 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 78f774833ddb1c447d2fd71e42dd708475e49318
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:24:10 +0200

    Restore handset standard PIN and add comment

Base directory -> /
 src/connection_init.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 86ae79960db54342b5be6f926dfddec03d185444
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:23:16 +0200

    Natalie can auto-disable registration after one paired handset.

Base directory -> /
 src/connection_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 316647e67f5b0b51345efff8c4d0787b73787b50
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-26 09:20:31 +0200

    Add recognition of ULE packets

Base directory -> /
 src/api_parser.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
-------------------------------------------------------------------------------
commit 33d84c254313e02ce15b090fb868e5f65c7b305d
Author: Ronny Nilsson <rln@ronnylap>
Date: 2016-10-19 11:10:43 +0200

    Merge branch 'master' into ronny_gigaset

    Conflicts:
    src/connection_init.c

Base directory -> /
 src/Makefile          |   6 +-
 src/busmail.c         |  11 +-
 src/connection_init.c | 386 ++++++++++++++++++++++++++++++++++++++++----------
 src/connection_init.h |   3 +
 src/debugger.c        |  10 +-
 src/error.c           |  11 +-
 src/handset.c         |   5 +-
 src/main.c            |   5 +
 src/rawmailproxy.c    |   2 +-
 src/ubus-dummy.c      |  60 ++++++++
 src/ubus.c            |   8 ++
 src/ubus.h            |  11 +-
 12 files changed, 418 insertions(+), 100 deletions(-)
-------------------------------------------------------------------------------
commit 7a0f1caa2a0d0241d7682dbe65edb7dceadc4e63
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-18 13:33:33 +0200

    Add ubus dummy for building without ubus library

Base directory -> /
 src/ubus-dummy.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
-------------------------------------------------------------------------------
commit fa9cd963e01519736d4f2493ece0d942ac7463c9
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-17 16:52:28 +0200

    Pad every busmail packet with dummy data to force flush in dect chip.

Base directory -> /
 src/busmail.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 2a4d666aeccb4b4e7e3a1d7622ba05c529ff765d
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-17 16:51:16 +0200

    Ability to build dectmngr2 without ubus, for factory production.

Base directory -> /
 src/Makefile          |  6 +++++-
 src/connection_init.c |  5 ++++-
 src/handset.c         |  3 ++-
 src/ubus.c            |  8 ++++++++
 src/ubus.h            | 11 +++--------
 5 files changed, 22 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit 29eb971b2fa57b64d5ae8e238e3d319e63ae0d70
Author: Ronny Nilsson <rln@ronnylap>
Date: 2016-10-10 11:15:37 +0200

    WIP for #9729 where registration of some sensors fail.

Base directory -> /
 src/connection_init.c |  41 ++++++++++++--
 src/handset.c         |   3 +-
 src/rawmailproxy.c    | 154 ++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 187 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
2016-10-31 13:38:57 +01:00
Magier Marcin
954361d86e gigaset-elements 2.4.2 - dg400 integration, dectmngr2 support 2016-10-28 13:48:23 +02:00
Reidar Cederqvist
74f3be12e2 split out sfp to its own init.d file fix #10536 2016-10-27 17:42:14 +02:00
Alex Oprea
60539a15b5 questd-3.1.22 2016-10-26 18:28:44 +02:00
Martin Lindberg
101bbabca0 Merge branch 'martinl-dev' into devel 2016-10-26 13:51:04 +02:00
Martin Lindberg
a8ad7df06b Ticket #10068 Handle blocking of special rate calls.
Adding functionality to block special rate calls by
adding new macre "macro-check-special-rate" and check extenton
to dial plan based on web interface input.

Adding file special_rate_nr.cfg with numbers defining special
rate numbers. In this version only sweden is included and thus
should be modified before realesed.

(cherry picked from commit 2f366406e0e7912e4e2741053c8b30dd08289eae)
2016-10-26 13:36:17 +02:00
Reidar Cederqvist
9e2f153a5d updated asterisk init file to use network.sh 2016-10-26 10:52:26 +02:00
Reidar Cederqvist
d7b71102f2 fixed missnamed config file 2016-10-26 09:28:09 +02:00
Alex Oprea
da5f40031f iup: remove unnecessary echos 2016-10-24 20:20:05 +02:00
Alex Oprea
f9ce0fe42b iop: config: do not select bind-host by default refs #10380 2016-10-24 20:17:56 +02:00
Alex Oprea
22692ba3e8 iup: remove boot function so that the start function is used during boot refs #10415
iup needs to be started at boot, not just just configured.
	(also, iup needs to stop in waiting for default route)
	So removing the boot function is the good solution.
2016-10-21 16:21:32 +02:00
Martin Lindberg
4b183eb2a7 Ticket #10068 Handle blocking of special rate calls.
Adding functionality to block special rate calls by
adding new macre "macro-check-special-rate" and check extenton
to dial plan based on web interface input.

Adding file special_rate_nr.cfg with numbers defining special
rate numbers. In this version only sweden is included and thus
should be modified before realesed.

(cherry picked from commit 2f366406e0e7912e4e2741053c8b30dd08289eae)
2016-10-21 15:35:03 +02:00
Sukru Senli
c00869f732 questd-3.1.21 2016-10-21 15:24:58 +02:00
Sukru Senli
96855baf60 inteno-netmodes: remove repeater modes from dg, eg, vg 2016-10-21 14:44:01 +02:00
Sukru Senli
774dea6b83 icwmp-3.0-2016-10-20 2016-10-21 12:06:32 +02:00
Sukru Senli
05705939fe inteno-netmodes: wireless config update 2016-10-21 11:31:43 +02:00
Sukru Senli
8612b14434 inteno-netmodes update 2016-10-21 11:28:39 +02:00
Sukru Senli
20f6b8fc50 inteno-netmodes: remove uhttp config 2016-10-21 11:23:42 +02:00
Sukru Senli
9509cde1d1 inteno-netmodes: add repeater_dualdown mode 2016-10-21 11:18:16 +02:00
Sukru Senli
72795d366d multiwan: add missing ip rules 2016-10-20 15:46:05 +02:00
Sukru Senli
e710c11740 ice-client-4.0.1RC17 2016-10-20 10:46:28 +02:00
Sukru Senli
8e6a0f19ef icwmp-3.0-2016-10-17 2016-10-19 16:38:40 +02:00
Reidar Cederqvist
858b4bdf90 changed the init order of layer2 and port-mgmt scripts 2016-10-19 14:31:46 +02:00
Reidar Cederqvist
62c4a8c77f fixed asterisk init file when you have bindintf set fix #10262
if the box have bindintf set in config the init script will only
wait until it receives ip on that interface
2016-10-19 10:17:07 +02:00
Sukru Senli
48db7e5b7c Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 0a8dbd0 compare first three chars of wl
-------------------------------------------------------------------------------
commit 0a8dbd0c6598f22760b04605a4dbe07f772fb1a7
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-17 12:15:48 +0200

    compare first three chars of wl

Base directory -> /
 broadcom.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
2016-10-17 12:16:07 +02:00
Sukru Senli
a4da862c15 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 69bbcfd set eswap per radio instead of per interface
-------------------------------------------------------------------------------
commit 69bbcfd3f2f181529d7898bbe937e37116ee96da
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-16 15:17:00 +0200

    set eswap per radio instead of per interface

Base directory -> /
 broadcom.c | 30 +++++++-----------------------
 1 file changed, 7 insertions(+), 23 deletions(-)
-------------------------------------------------------------------------------
2016-10-16 15:17:18 +02:00
Sukru Senli
464524b851 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* b4d3b9e netcheck: use only needed functions
-------------------------------------------------------------------------------
commit b4d3b9e788c529861961dc416edc5c57e3938e10
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-16 14:44:52 +0200

    netcheck: use only needed functions

Base directory -> /
 net.c      |   3 +-
 netcheck.c | 796 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 400 insertions(+), 399 deletions(-)
-------------------------------------------------------------------------------
2016-10-16 14:45:42 +02:00
Sukru Senli
ae867839f4 Update feed [ feed_inteno_packages ] package [ questd ]
-------------------------------------------------------------------------------
* 7f66c23 show ssid in network topology even if it is only one characther
* 02d0ef9 update gitignore
* 60f0856 get questd work for mediatek
-------------------------------------------------------------------------------
commit 7f66c232c107281038ae9e92b6e50ddb282206ce
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-16 13:40:53 +0200

    show ssid in network topology even if it is only one characther

Base directory -> /
 network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 02d0ef92821d4116aad28bc987c629c158748cab
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-10 12:46:49 +0200

    update gitignore

Base directory -> /
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 60f0856c9cf0d3539b54dbae4847ca698c7976b7
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2016-10-10 12:26:36 +0200

    get questd work for mediatek

Base directory -> /
 broadcom.c |  2 +-
 dumper.c   |  1 +
 network.c  | 26 +++++++++++++++-----------
 wireless.c |  4 ++++
 4 files changed, 21 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
2016-10-16 13:41:38 +02:00
Ronny Nilsson
748bc8c0ba Update feed [ feed_inteno_packages ] package [ dectmngr2 ]
-------------------------------------------------------------------------------
* e996241 Remove space from dect daemon identification string to the system log. It didn't work with web GUI.
-------------------------------------------------------------------------------
commit e996241b776ad2aacfe4eb39d545c279c11f10a0
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 16:01:31 +0200

    Remove space from dect daemon identification string to the system log. It
    didn't work with web GUI.

Base directory -> /
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2016-10-14 16:02:53 +02:00
Ronny Nilsson
fcfe870caf Update feed [ feed_inteno_packages ] package [ dectmngr2 ]
-------------------------------------------------------------------------------
* 3c08463 Support for syslog. On critical errors we send a message to the system log.
-------------------------------------------------------------------------------
commit 3c08463deea1f13480d11b0c775ff1e5b0410e20
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-14 14:32:36 +0200

    Support for syslog. On critical errors we send a message to the system log.

Base directory -> /
 src/connection_init.c | 24 ++++++++++++++++++++----
 src/error.c           | 11 ++++++++---
 src/handset.c         |  2 ++
 src/main.c            |  5 +++++
 4 files changed, 35 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2016-10-14 14:42:06 +02:00
Ronny Nilsson
7f9611d915 Update feed [ feed_inteno_packages ] package [ dectmngr2 ]
-------------------------------------------------------------------------------
* a25800e Comment
* 36b8ce1 Fixed crash when debugging internal Dect.
* 4e4a468 Fixed swaped arguments for calloc
* 737aa13 Due to some units of product DG400 has been faulty initialized at produciton factory we need to complete the first time setup ourself. Issues we now look for: 	- Blacklisted RFPI addresses 	- Faulty RFPI ranges 	- Incorrect radio calibration frequency 	- Blank NVS 	- Missing Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2 during startup. For the rest we print warnings.
-------------------------------------------------------------------------------
commit a25800e9e424867c9fb6167b3ebf4af32d3402eb
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:56 +0200

    Comment

Base directory -> /
 src/rawmailproxy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 36b8ce18ed4ed6932d71b058059ef9e790708677
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:32 +0200

    Fixed crash when debugging internal Dect.

Base directory -> /
 src/debugger.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 4e4a468c335cb6f0595e0f5de50d0ffbff5dbed2
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:04:07 +0200

    Fixed swaped arguments for calloc

Base directory -> /
 src/busmail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 737aa1392ff2033e15f0f9fa4c9c05de4f2c283f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-11 17:06:05 +0200

    Due to some units of product DG400 has been faulty initialized at produciton
    factory we need to complete the first time setup ourself. Issues we now look
    for: 	- Blacklisted RFPI addresses 	- Faulty RFPI ranges 	-
    Incorrect radio calibration frequency 	- Blank NVS 	- Missing
    Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2
    during startup. For the rest we print warnings.

Base directory -> /
 src/connection_init.c | 356 +++++++++++++++++++++++++++++++++++++++++---------
 src/connection_init.h |   3 +
 2 files changed, 295 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------
2016-10-12 16:45:14 +02:00
Sukru Senli
0c97ac3ce3 3.0-2016-10-10 2016-10-10 18:37:33 +02:00
Sukru Senli
675f8d9bef iup: copy uci-defaults from rom 2016-10-10 16:49:30 +02:00
Sukru Senli
f5a6a1d8fa netcheck is moved to questd 2016-10-09 18:00:29 +02:00
Sukru Senli
053cd72678 adapt files to new router object style 2016-10-09 17:28:39 +02:00
Sukru Senli
cf69e4b75e questd: do not install wps rpcd object 2016-10-09 17:19:16 +02:00
Sukru Senli
dca7c9f5e1 icwmp-3.0-2016-10-09 2016-10-09 16:57:39 +02:00
Sukru Senli
b768e085e0 iop: do not select nmap by default 2016-10-09 16:29:57 +02:00
Sukru Senli
21d3b51d51 questd-3.1.20 2016-10-09 15:37:52 +02:00
Sukru Senli
c58b2cd8ad ice-client-4.0.1-RC16 2016-10-07 19:28:21 +02:00
Sukru Senli
2ec8e17857 ice-client-4.0.1RC15 2016-10-07 17:14:52 +02:00