Skip to content

Commit

Permalink
Add support for firmware version v1.12.33 (#86)
Browse files Browse the repository at this point in the history
This change updates the project to be able to launch on the latest UDM
firmware version 1.12.33.
  • Loading branch information
iandrewt authored Dec 13, 2022
1 parent c223f96 commit 15952bc
Show file tree
Hide file tree
Showing 5 changed files with 4,197 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ the package version you want to install and download the selected Debian package
for instance:

```bash
wget https://github.com/fabianishere/udm-kernel-tools/releases/download/v1.1.6/udm-kernel-tools_1.1.6_arm64.deb
apt install ./udm-kernel-tools_1.1.6_arm64.deb
wget https://github.com/fabianishere/udm-kernel-tools/releases/download/v1.1.7/udm-kernel-tools_1.1.7_arm64.deb
apt install ./udm-kernel-tools_1.1.7_arm64.deb
```

### Installing a custom kernel
Expand Down Expand Up @@ -153,6 +153,7 @@ Currently, the releases of this project support the following firmware versions:
- 1.11.4
- 1.12.22
- 1.12.30
- 1.12.33

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.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.
Expand Down
11 changes: 11 additions & 0 deletions debian/config/v1.12.33/config.mk
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
Loading

0 comments on commit 15952bc

Please sign in to comment.