network: hide dnamsq (dhcp+dns) item
.. when no dnsmasq is installed, as it tells only that there are no settings available Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
This commit is contained in:
parent
b5af813318
commit
2393289367
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"acl": [ "luci-mod-network-dhcp" ],
|
"acl": [ "luci-mod-network-dhcp" ],
|
||||||
|
"fs": {
|
||||||
|
"/usr/sbin/dnsmasq": "executable"
|
||||||
|
},
|
||||||
"uci": { "dhcp": true }
|
"uci": { "dhcp": true }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue