From ddb569074eb9422a66dff5070d546a1a69c42bcd Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sat, 25 Oct 2025 02:19:33 +0200 Subject: [PATCH] luci-mod-network: prevent double key for menu JSON follow-up to 7e1b545bfa1d98a72d18c39528dade2b35421ed5 Signed-off-by: Paul Donald --- .../root/usr/share/luci/menu.d/luci-mod-network.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 } } }, -- 2.30.2