Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for firmware version v1.12.33 #86

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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