From e6eca16b973e1bc7d07c77014dcb79760529ecdf Mon Sep 17 00:00:00 2001
From: Jakob Olsson <Jakob Olsson>
Date: Mon, 9 Dec 2019 16:17:40 +0100
Subject: [PATCH] update wifi.ap. object regex to something that seemingly is
 supported by regex.h

---
 ubus/wifi.ap.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubus/wifi.ap.json b/ubus/wifi.ap.json
index 6e53865..e87803b 100644
--- a/ubus/wifi.ap.json
+++ b/ubus/wifi.ap.json
@@ -88,7 +88,7 @@
     },
     "title": "wifi.ap",
     "regex": true,
-    "object": "^wifi\\.ap\\..+$",
+    "object": "^wifi\\.ap\\..*",
     "$schema": "http://json-schema.org/draft-07/schema#",
     "$id": "https://www.iopsys.eu/wifi.ap",
     "additionalProperties": false,
-- 
GitLab