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": { "depends": {
"acl": [ "luci-mod-network-dhcp" ], "acl": [ "luci-mod-network-dhcp" ],
"fs": { "/usr/sbin/odhcpd": "executable" }, "fs": [
"fs": { "/usr/sbin/dnsmasq": "executable" }, { "/usr/sbin/odhcpd": "executable" },
{ "/usr/sbin/dnsmasq": "executable" }
],
"uci": { "dhcp": true } "uci": { "dhcp": true }
} }
}, },