diff options
Diffstat (limited to 'modules/luci-mod-system')
-rw-r--r-- | modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json b/modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json index ce67e4cdb..4022e0ceb 100644 --- a/modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json +++ b/modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json @@ -42,7 +42,8 @@ "path": "system/dropbear" }, "depends": { - "acl": [ "luci-mod-system-ssh" ] + "acl": [ "luci-mod-system-ssh" ], + "fs": { "/usr/sbin/dropbear": "executable" } } }, @@ -54,7 +55,8 @@ "path": "system/sshkeys" }, "depends": { - "acl": [ "luci-mod-system-ssh" ] + "acl": [ "luci-mod-system-ssh" ], + "fs": { "/usr/sbin/dropbear": "executable" } } }, |