mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
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:
@@ -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 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user