icwmp: register xmpp as cwmp only

This commit is contained in:
Vivek Kumar Dutta 2025-04-15 12:28:30 +05:30 committed by Vivek Dutta
parent 25f3acf2fd
commit 5b882870c9
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp PKG_NAME:=icwmp
PKG_VERSION:=9.9.1 PKG_VERSION:=9.9.2
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)

View file

@ -15,7 +15,8 @@
}, },
{ {
"parent_dm": "Device.", "parent_dm": "Device.",
"object": "XMPP" "object": "XMPP",
"proto": "cwmp"
} }
], ],
"config": { "config": {