File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,26 @@ Firmware Upgrade UX
269269- **Persistent Upgrade Tasks **: Implement support for continuous upgrades
270270 that remain queued for offline devices, executing automatically once
271271 they reconnect.
272+ - **Automated Firmware Image Identification **
273+
274+ - **Removal of Predefined Image Types **: Eliminates the need for
275+ maintainers and users to manually define and maintain firmware image
276+ identifiers or types.
277+ - **Automatic Server-Side Extraction **: The server automatically
278+ extracts the firmware image identifier from uploaded files to
279+ determine device compatibility. If automatic detection fails, the user
280+ will be notified and asked to provide the required information
281+ manually.
282+ - **Automatic Device Matching **: Uses the hardware identifier reported
283+ by ``openwisp-config `` to automatically associate devices with
284+ compatible firmware images. The existing behavior will continue to
285+ work and will be adjusted only if necessary.
286+ - **Improved User Experience **: Removes the need for users to customize
287+ the hardware definition list when using custom hardware or standard
288+ OpenWrt firmware images that are not yet defined in OpenWISP.
289+ - **Reduced Maintenance Overhead **: Avoids the need for administrators
290+ to track internal OpenWrt or vendor-specific image identifiers, which
291+ frequently change over time.
272292
273293Monitoring Improvements
274294-----------------------
You can’t perform that action at this time.
0 commit comments