mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifidmd: Fix SSID instance deletion
This commit is contained in:
parent
acc92dfb1f
commit
5e392d0832
2 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=wifidmd
|
||||
PKG_VERSION:=1.0.29
|
||||
PKG_VERSION:=1.0.30
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
|
|
@ -57,8 +57,8 @@ ifneq ($(CONFIG_WIFIDMD_DISABLE_LEGACY_WIFI),y)
|
|||
endif
|
||||
|
||||
ifeq ($(CONFIG_WIFIDMD_WIFI_DATAELEMENTS),y)
|
||||
$(BBFDM_REGISTER_SERVICES) ./files/bbfdm_service_dataelements.json $(1) $(PKG_NAME).dataelements
|
||||
$(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/src/libdataelements.so $(1) $(PKG_NAME).dataelements
|
||||
$(BBFDM_REGISTER_SERVICES) ./files/bbfdm_service_dataelements.json $(1) $(PKG_NAME)_dataelements
|
||||
$(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/src/libdataelements.so $(1) $(PKG_NAME)_dataelements
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"daemon": {
|
||||
"enable": "1",
|
||||
"service_name": "wifidmd.dataelements",
|
||||
"service_name": "wifidmd_dataelements",
|
||||
"unified_daemon": false,
|
||||
"services": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue