mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifidmd,map-agent: Fix WiFi lagecy nodes for extenders
This commit is contained in:
parent
58aff3cb45
commit
332057fdd4
3 changed files with 5 additions and 11 deletions
|
|
@ -259,5 +259,6 @@ map_genconf () {
|
|||
}
|
||||
fi
|
||||
uci -q commit mapcontroller
|
||||
ubus send bbfdm.wifidmd.reload
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wifidmd
|
||||
PKG_VERSION:=1.1.38
|
||||
PKG_VERSION:=1.2.0
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/wifidmd.git
|
||||
PKG_SOURCE_VERSION:=84fe14515d09380a45d75acf22329a13b9fed312
|
||||
PKG_SOURCE_VERSION:=5b88457dfb4558f42c8690d201d74f67073dd77d
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -20,15 +20,8 @@ start_service()
|
|||
|
||||
reload_service()
|
||||
{
|
||||
ret=$(ubus call service list '{"name":"wifidmd"}' | jsonfilter -qe '@.wifidmd.instances.wifidmd.running')
|
||||
if [ "$ret" != "true" ]; then
|
||||
stop
|
||||
start
|
||||
else
|
||||
ubus send wifidmd.reload
|
||||
fi
|
||||
|
||||
return 0
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
service_triggers()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue