mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
bbfdm: Fix tools validation plugin
This commit is contained in:
parent
1c7945e834
commit
bf26939fb4
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ obj_schema = {
|
|||
"protocols_t": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"none",
|
||||
"cwmp",
|
||||
"usp"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue