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>
(cherry picked from commit 2393289367
)
This commit is contained in:
parent
853a128c31
commit
5155364eab
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