mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
ucentral-client: update to latest HEAD and silence warning
e3b71c6 fix a memory leak * Silence the warning by adding the -p switch to mkdir. Fixes: WIFI-6190 Fixes: WIFI-6761 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -5,8 +5,8 @@ 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:=b4e8fc882634b407e7f2f7c859d7ecf078264261
|
||||
PKG_SOURCE_DATE:=2022-01-10
|
||||
PKG_SOURCE_VERSION:=e3b71c61e1a07bb3b5fa34fe835fd8f6f708caa3
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
|
||||
@@ -19,7 +19,7 @@ start_service() {
|
||||
|
||||
[ -f /tmp/ucentral.version ] || cat /etc/openwrt_release | grep DISTRIB_REVISION= | cut -d\' -f2 > /tmp/ucentral.version
|
||||
|
||||
mkdir /tmp/ucentral/
|
||||
mkdir -p /tmp/ucentral/
|
||||
|
||||
ucode -m fs -i /usr/share/ucentral/crashlog.uc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user