-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for firmware version v1.12.33 (#86)
This change updates the project to be able to launch on the latest UDM firmware version 1.12.33.
- Loading branch information
Showing
5 changed files
with
4,197 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
udm-kernel-tools (1.1.7) stable; urgency=medium | ||
|
||
* Add support for firmware version 1.12.33. | ||
|
||
-- Andrew Titmuss <[email protected]> Sun, 11 Dec 2022 10:00:00 +1100 | ||
|
||
udm-kernel-tools (1.1.6) stable; urgency=medium | ||
|
||
* Add support for firmware version 1.12.30. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# -*- makefile -*- | ||
|
||
# Copyright (C) 2022 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.12.33 | ||
UDM_COMMIT = 261fc64a700803935326bad8301bdde3f62e4f05 |
Oops, something went wrong.