luci-mod-network: prevent double key for menu JSON

follow-up to 7e1b545bfa

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-10-25 02:19:33 +02:00
parent 1ad47ed6a6
commit ddb569074e

View File

@@ -67,8 +67,10 @@
},
"depends": {
"acl": [ "luci-mod-network-dhcp" ],
"fs": { "/usr/sbin/odhcpd": "executable" },
"fs": { "/usr/sbin/dnsmasq": "executable" },
"fs": [
{ "/usr/sbin/odhcpd": "executable" },
{ "/usr/sbin/dnsmasq": "executable" }
],
"uci": { "dhcp": true }
}
},