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, master has been updated via 1513ac881469b8ecf6421d589f4aca1d0130c86c (commit) via 71070690da3fa83c1f948c2c577cb9e171078da9 (commit) from 633c7318279d99e98e8cdf077c4f3ab922744212 (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 1513ac881469b8ecf6421d589f4aca1d0130c86c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Dec 6 13:29:34 2023 +0000
core182: dont delete firmware of common soundcards.
We still have alsa and mediaplayers so this is needed!
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 71070690da3fa83c1f948c2c577cb9e171078da9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Dec 6 13:27:11 2023 +0000
core182: dont remove libs in update
this will delete the current liblzma library.
Unused libs removed by filesystem cleanup later.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/182/update.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index dc961f1e3..e906a8c60 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -54,19 +54,12 @@ rm -rvf \ /lib/firmware/cxgb4/t6fw-1.27.3* \ /lib/firmware/ctefx.bin \ /lib/firmware/ctspeq.bin \ - /lib/firmware/ess \ /lib/firmware/intel/ibt-* \ - /lib/firmware/korg \ /lib/firmware/mediatek/BT_RAM_CODE_* \ /lib/firmware/nxp \ - /lib/firmware/sb16 \ - /lib/firmware/yamaha \ /lib/udev/rules.d/64-xfs.rules \ /usr/bin/gawk-5.2* \ - /usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl \ - /usr/lib/liblzma.so.5.4* \ - /usr/lib/libqpdf.so.29.5* \ - /usr/lib/libsodium.so.23* + /usr/lib/grub/{arm64-efi,i386-pc,riscv64-efi,x86_64-efi}/gmodule.pl
# update linker config ldconfig
hooks/post-receive -- IPFire 2.x development tree