wifidmd: Fix SSID instance deletion

This commit is contained in:
Suvendhu Hansa 2025-02-11 13:56:02 +00:00 committed by IOPSYS Dev
parent acc92dfb1f
commit 5e392d0832
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=wifidmd PKG_NAME:=wifidmd
PKG_VERSION:=1.0.29 PKG_VERSION:=1.0.30
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
@ -57,8 +57,8 @@ ifneq ($(CONFIG_WIFIDMD_DISABLE_LEGACY_WIFI),y)
endif endif
ifeq ($(CONFIG_WIFIDMD_WIFI_DATAELEMENTS),y) ifeq ($(CONFIG_WIFIDMD_WIFI_DATAELEMENTS),y)
$(BBFDM_REGISTER_SERVICES) ./files/bbfdm_service_dataelements.json $(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 $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/src/libdataelements.so $(1) $(PKG_NAME)_dataelements
endif endif
endef endef

View file

@ -1,7 +1,7 @@
{ {
"daemon": { "daemon": {
"enable": "1", "enable": "1",
"service_name": "wifidmd.dataelements", "service_name": "wifidmd_dataelements",
"unified_daemon": false, "unified_daemon": false,
"services": [ "services": [
{ {