Update for version 6.13.15-lqx1

This commit is contained in:
2025-03-03 14:29:39 -05:00
parent d1fe0ebc83
commit 9756af6c06
12 changed files with 23832 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