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 4a65dec17a..adc3377d57 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 @@ -31,9 +31,6 @@ "action": { "type": "view", "path": "system/dropbear" - }, - "depends": { - "uci": { "dropbear": true } } }, @@ -43,9 +40,6 @@ "action": { "type": "view", "path": "system/sshkeys" - }, - "depends": { - "uci": { "dropbear": true } } },