From: Paul Donald Date: Sat, 25 Oct 2025 00:19:33 +0000 (+0200) Subject: luci-mod-network: prevent double key for menu JSON X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ddb569074eb9422a66dff5070d546a1a69c42bcd;p=project%2Fluci.git luci-mod-network: prevent double key for menu JSON follow-up to 7e1b545bfa1d98a72d18c39528dade2b35421ed5 Signed-off-by: Paul Donald --- diff --git a/modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json b/modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json index 2a783d1a56..66b28c52f8 100644 --- a/modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json +++ b/modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json @@ -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 } } },