mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +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": {
|
||||
"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 }
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user