Update for version 6.15.4-lqx2

This commit is contained in:
2025-06-28 12:24:20 -04:00
parent bcac0f251d
commit e178fe236c
12 changed files with 23933 additions and 0 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