🎉 Sync 2026-03-30 23:55:08

This commit is contained in:
github-actions[bot]
2026-03-30 23:55:08 +08:00
parent 9283298b33
commit 2bd051c664
84 changed files with 3097 additions and 3780 deletions
@@ -0,0 +1,14 @@
{
"admin/system/initsetup": {
"title": "Wizard",
"order": 1,
"action": {
"type": "view",
"path": "wizard/initsetup"
},
"depends": {
"acl": [ "luci-app-wizard" ],
"uci": { "wizard": true }
}
}
}
@@ -0,0 +1,14 @@
{
"luci-app-wizard": {
"description": "Grant UCI access for luci-app-wizard",
"read": {
"file": {
"/etc/init.d/wizard reconfig": [ "exec" ]
},
"uci": [ "wizard", "wireless" ]
},
"write": {
"uci": [ "wizard" ]
}
}
}
@@ -0,0 +1,4 @@
{
"config": "wizard",
"init": "wizard"
}