Skip to content

Commit

Permalink
Add support for firmware version 1.10.4
Browse files Browse the repository at this point in the history
This change adds support for the most recent stable release of the
firmware for the UDM(P): v1.10.4.
  • Loading branch information
fabianishere committed Oct 19, 2021
1 parent af3547a commit d2e7e1e
Show file tree
Hide file tree
Showing 5 changed files with 4,220 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Currently, the releases of this project support the following firmware versions:
- 1.8.6
- 1.9.3
- 1.10.0
- 1.10.4

To build the project for custom firmware versions, please refer to the [Maintenance Guide](MAINTENANCE.md).

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
udm-kernel-tools (1.1.1) stable; urgency=medium

* Add support for firmware version 1.10.4.

-- Fabian Mastenbroek <[email protected]> Tue, 19 Oct 2021 14:00:00 +0100

udm-kernel-tools (1.1.0) stable; urgency=medium

* Update to kexec-mod 1.1.
Expand Down
11 changes: 11 additions & 0 deletions debian/config/v1.10.4/config.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -*- makefile -*-

# Copyright (C) 2021 Fabian Mastenbroek.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

UDM_VERSION = 1.10.4
UDM_COMMIT = 977c11883bd3fb422f6c0f68f86d2df92e7bb37c
Loading

0 comments on commit d2e7e1e

Please sign in to comment.