Update for version 6.9.3-lqx1

This commit is contained in:
2024-06-04 16:36:39 -04:00
parent ed98585647
commit 737e67d72a
15 changed files with 23551 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
mod=$1
mkdir -p usr/lib/debug/${mod%/*}
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
/usr/bin/$STRIP --strip-debug $mod
gzip -9 $mod