Skip to content

Commit

Permalink
Merge pull request #36 from Jalle19/build23-rc3-b
Browse files Browse the repository at this point in the history
Build 23 RC3
  • Loading branch information
Jalle19 authored Oct 23, 2022
2 parents 7160bbe + e903cac commit 56995c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ firmware/initramfs
fs.cpio
kernel/rootfs-idl4k.cpio
out
.vscode
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This change log will be updated whenever a new official release is made

## future release
* Upgrade `minisatip` to v1.2.34
* Upgrade `minisatip` to v1.2.38
* Configure `minisatip` to use `/etc/sysconfig/minisatip` as cache directory,
fixes "bootid" being reset every time. Might help with disappearing auto-discovered SAT>IP servers in tvheadend.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD=23-rc1
BUILD=23-rc3
VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD)
CPUS=$(shell nproc)
CURDIR=$(shell pwd)
Expand Down Expand Up @@ -33,7 +33,7 @@ LIBDVBCSA_COMMIT=bc6c0b164a87ce05e9925785cc6fb3f54c02b026 # latest at the time
LIBDVBCSA=libdvbcsa-master
LIBDVBCSA_LIB_FILES=libdvbcsa.so libdvbcsa.so.1 libdvbcsa.so.1.0.1

MINISATIP_COMMIT=v1.2.34
MINISATIP_COMMIT=v1.2.38

BUSYBOX=busybox-1.26.2

Expand Down

0 comments on commit 56995c9

Please sign in to comment.