Skip to content

Commit

Permalink
Add support for firmware version v1.12.30
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.30.
  • Loading branch information
fabianishere committed Oct 2, 2022
1 parent 5c83abe commit cc673e8
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.5/udm-kernel-tools_1.1.5_arm64.deb
apt install ./udm-kernel-tools_1.1.5_arm64.deb
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
```

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

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.6) stable; urgency=medium

* Add support for firmware version 1.12.30.

-- Fabian Mastenbroek <[email protected]> Sun, 2 Oct 2022 13:00:00 +0100

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

* Add support for firmware version 1.12.22.
Expand Down
11 changes: 11 additions & 0 deletions debian/config/v1.12.30/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.30
UDM_COMMIT = 261fc64a700803935326bad8301bdde3f62e4f05
Loading

0 comments on commit cc673e8

Please sign in to comment.