File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ways in which OpenWISP can connect to devices in order to launch commands.
76
76
``OPENWISP_UPDATE_STRATEGIES ``
77
77
------------------------------
78
78
79
- ============ ============================================================================
79
+ ============ ==============================================================================
80
80
**type **: ``tuple ``
81
81
**default **: .. code-block:: python
82
82
@@ -85,8 +85,12 @@ ways in which OpenWISP can connect to devices in order to launch commands.
85
85
"openwisp_controller.connection.connectors.openwrt.ssh.OpenWrt",
86
86
"OpenWRT SSH",
87
87
),
88
+ (
89
+ "openwisp_controller.connection.connectors.openwrt.ssh.OpenWisp1",
90
+ "OpenWISP 1.x SSH",
91
+ ),
88
92
)
89
- ============ ============================================================================
93
+ ============ ==============================================================================
90
94
91
95
Available update strategies. An update strategy is a subclass of a
92
96
connector class which defines an ``update_config `` method which is in
You can’t perform that action at this time.
0 commit comments