diff --git a/CHANGELOG.md b/CHANGELOG.md index 503f1d57..8aade3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This change log will be updated whenever a new official release is made +## future release +* Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes +* Fix missing `i2c_mangle` kernel module +* Make the build leaner by removing NFS and "customd" startup script support + ## Build 24 (Mar 23 2023) * Downgrade `minisatip` to v1.2.12 * Add SFTP support to the SSH server for easier file editing and access diff --git a/Makefile b/Makefile index 9221ba70..7de1987c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD=24 +BUILD=25-rc1 VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD) CPUS=$(shell nproc) CURDIR=$(shell pwd)