Skip to content

Commit

Permalink
Update NP-X5 firmware (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-marchionni authored Dec 16, 2024
1 parent dac013c commit bc5d113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prep-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ set -e

mkdir firmware
trap 'rm -fr firmware' EXIT
wget -P firmware https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x5u-6906-P0.18.23.89-2.4.6.0.11-3610T2023-01-13-17.35.24.z
wget -P firmware https://github.com/nethesis/nethserver-tancredi/releases/download/1.17.0/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z https://github.com/nethesis/nethserver-tancredi/releases/download/1.17.0/x5u-6906-P0.18.23.142-2.4.13.1-3679T2024-11-25-16.18.11.z
tar czpfv firmware.tar.gz firmware
6 changes: 3 additions & 3 deletions root/usr/share/tancredi/data/templates/nethesis-firmware.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{
BuildTime=2024.03.20 03:28
Info=TXT|XML
{% elseif provisioning_user_agent matches '/^Nethesis NP-X5/' %}
Version=2.4.6.0.11
Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{tok2}/firmware/x5u-6906-P0.18.23.89-2.4.6.0.11-3610T2023-01-13-17.35.24.z" }}
BuildTime=2023.01.13 17:35
Version=2.4.13.1
Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{tok2}/firmware/x5u-6906-P0.18.23.142-2.4.13.1-3679T2024-11-25-16.18.11.z" }}
BuildTime=2024.11.25 16:18
Info=TXT|XML
{% endif %}

0 comments on commit bc5d113

Please sign in to comment.