mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
ucentral: development update
* update client * increase maverick timeout Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -28,7 +28,7 @@ main(int argc, char **argv)
|
||||
ulog_open(ULOG_STDIO | ULOG_SYSLOG, LOG_DAEMON, "maverick");
|
||||
|
||||
uloop_init();
|
||||
uloop_timeout_set(&maverick, 150 * 1000);
|
||||
uloop_timeout_set(&maverick, 300 * 1000);
|
||||
uloop_run();
|
||||
uloop_done();
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL=https://github.com/blogic/ucentral-client.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2021-02-15
|
||||
PKG_SOURCE_VERSION:=4bb62909328b2a7ed7214939b9aa5a7999794024
|
||||
PKG_SOURCE_VERSION:=6e51960fe1d803ef93363882c9e11a75fc1c1805
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
|
||||
@@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2021-02-15
|
||||
PKG_SOURCE_VERSION:=520bd6a23790d911f15248ec730f1068bf01ee5d
|
||||
PKG_SOURCE_VERSION:=b3c69b5ff1c57ac5b9b0e2f9359ea1f7b4b12d4c
|
||||
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user