bbfdm: Fix tools validation plugin

This commit is contained in:
Vivek Kumar Dutta 2024-11-21 13:22:03 +05:30
parent 1c7945e834
commit bf26939fb4
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.12.22
PKG_VERSION:=1.12.23
USE_LOCAL:=0
ifneq ($(USE_LOCAL),1)

View file

@ -27,6 +27,7 @@ obj_schema = {
"protocols_t": {
"type": "string",
"enum": [
"none",
"cwmp",
"usp"
]