This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 81b3cf237ccd48d7e0481b3d81b0406fa66ce578 (commit) via 8a37e7f0e3ac3bcc24595ca184bbc9ff051b5990 (commit) from d0b43f4cc4312b0e9b102b447f61d5913aea0d20 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 81b3cf237ccd48d7e0481b3d81b0406fa66ce578 Author: Michael Tremer Date: Fri Nov 3 14:28:19 2023 +0000 core181: Package the correct udev files for riscv64 Signed-off-by: Michael Tremer commit 8a37e7f0e3ac3bcc24595ca184bbc9ff051b5990 Author: Arne Fitzenreiter Date: Thu Nov 2 21:40:09 2023 +0100 kernel: update to 6.1.61 Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 2 +- config/kernel/kernel.config.x86_64-ipfire | 2 +- config/rootfiles/core/181/filelists/riscv64/udev | 1 + lfs/linux | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 config/rootfiles/core/181/filelists/riscv64/udev Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index 76655eabf..2a2cba76d 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.1.60-ipfire Kernel Configuration +# Linux/arm64 6.1.61-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 6d646c618..9375ddf79 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.1.60-ipfire Kernel Configuration +# Linux/x86 6.1.61-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0" CONFIG_CC_IS_GCC=y diff --git a/config/rootfiles/core/181/filelists/riscv64/udev b/config/rootfiles/core/181/filelists/riscv64/udev new file mode 120000 index 000000000..04974e2bc --- /dev/null +++ b/config/rootfiles/core/181/filelists/riscv64/udev @@ -0,0 +1 @@ +../../../../common/riscv64/udev \ No newline at end of file diff --git a/lfs/linux b/lfs/linux index ca82b6522..bd60cb5a6 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.1.60 +VER = 6.1.61 ARM_PATCHES = 6.1.y-ipfire2 THISAPP = linux-$(VER) @@ -75,7 +75,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz -$(DL_FILE)_BLAKE2 = 6d6723dd839b9003ea2a46be849e36516a97497ba3743860c8081795b372c70536465c46defd6ab4f97e81127b1bf40d78270b1a3a721a7331a935d1ef8417c4 +$(DL_FILE)_BLAKE2 = b5177aec27fb2fd0e6c846b34194c35a2435894f46ef74f282c3dd5f06b1e01c968fe50664a6e1342d0098f709a90a0d7ece0b2780f90c684889e93876cccc87 arm-multi-patches-$(ARM_PATCHES).patch.xz_BLAKE2 = 7afc460562fb24bcd75784fc79de768f9b60780aedd88d1a847927169e31920bbb475b1ac1466c4a224a7876d16bd8d465b96202de12b74f6e2ccbfcec731ad3 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree