diff options
-rw-r--r-- | modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json | 6 |
1 files changed, 2 insertions, 4 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 90a7001b7..ce67e4cdb 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,8 +42,7 @@ "path": "system/dropbear" }, "depends": { - "acl": [ "luci-mod-system-ssh" ], - "uci": { "dropbear": true } + "acl": [ "luci-mod-system-ssh" ] } }, @@ -55,8 +54,7 @@ "path": "system/sshkeys" }, "depends": { - "acl": [ "luci-mod-system-ssh" ], - "uci": { "dropbear": true } + "acl": [ "luci-mod-system-ssh" ] } }, |