From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 1513ac881469b8ecf6421d589f4aca1d0130c86c Date: Wed, 06 Dec 2023 13:30:42 +0000 Message-ID: <4SldZV5js7z2yV6@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8744570581265771745==" List-Id: --===============8744570581265771745== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Wed Dec 6 13:29:34 2023 +0000 core182: dont delete firmware of common soundcards. =20 We still have alsa and mediaplayers so this is needed! =20 Signed-off-by: Arne Fitzenreiter commit 71070690da3fa83c1f948c2c577cb9e171078da9 Author: Arne Fitzenreiter Date: Wed Dec 6 13:27:11 2023 +0000 core182: dont remove libs in update =20 this will delete the current liblzma library. =20 Unused libs removed by filesystem cleanup later. =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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 =20 # update linker config ldconfig hooks/post-receive -- IPFire 2.x development tree --===============8744570581265771745==--