summaryrefslogtreecommitdiffstats
path: root/source/k
diff options
context:
space:
mode:
Diffstat (limited to 'source/k')
-rw-r--r--source/k/kernel-configs/config-generic-6.1.65 (renamed from source/k/kernel-configs/config-generic-6.1.64)2
-rw-r--r--source/k/kernel-configs/config-generic-6.1.65.x64 (renamed from source/k/kernel-configs/config-generic-6.1.64.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-6.1.65-smp (renamed from source/k/kernel-configs/config-generic-smp-6.1.64-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-6.1.65 (renamed from source/k/kernel-configs/config-huge-6.1.64)2
-rw-r--r--source/k/kernel-configs/config-huge-6.1.65.x64 (renamed from source/k/kernel-configs/config-huge-6.1.64.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-6.1.65-smp (renamed from source/k/kernel-configs/config-huge-smp-6.1.64-smp)2
-rwxr-xr-xsource/k/kernel-modules.SlackBuild14
7 files changed, 13 insertions, 13 deletions
diff --git a/source/k/kernel-configs/config-generic-6.1.64 b/source/k/kernel-configs/config-generic-6.1.65
index 39e590ecd..502d611c7 100644
--- a/source/k/kernel-configs/config-generic-6.1.64
+++ b/source/k/kernel-configs/config-generic-6.1.65
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-6.1.64.x64 b/source/k/kernel-configs/config-generic-6.1.65.x64
index ff8e80b95..ee93a03e0 100644
--- a/source/k/kernel-configs/config-generic-6.1.64.x64
+++ b/source/k/kernel-configs/config-generic-6.1.65.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-6.1.64-smp b/source/k/kernel-configs/config-generic-smp-6.1.65-smp
index 43b2ec394..7b80e6cea 100644
--- a/source/k/kernel-configs/config-generic-smp-6.1.64-smp
+++ b/source/k/kernel-configs/config-generic-smp-6.1.65-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-6.1.64 b/source/k/kernel-configs/config-huge-6.1.65
index f71618554..8e31e7fe3 100644
--- a/source/k/kernel-configs/config-huge-6.1.64
+++ b/source/k/kernel-configs/config-huge-6.1.65
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-6.1.64.x64 b/source/k/kernel-configs/config-huge-6.1.65.x64
index 7c98aaa6e..56541bdfa 100644
--- a/source/k/kernel-configs/config-huge-6.1.64.x64
+++ b/source/k/kernel-configs/config-huge-6.1.65.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-6.1.64-smp b/source/k/kernel-configs/config-huge-smp-6.1.65-smp
index a036221b5..41d22094b 100644
--- a/source/k/kernel-configs/config-huge-smp-6.1.64-smp
+++ b/source/k/kernel-configs/config-huge-smp-6.1.65-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.1.64 Kernel Configuration
+# Linux/x86 6.1.65 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-modules.SlackBuild b/source/k/kernel-modules.SlackBuild
index d7df6d3c4..fa3cd1639 100755
--- a/source/k/kernel-modules.SlackBuild
+++ b/source/k/kernel-modules.SlackBuild
@@ -41,8 +41,12 @@ BUILD=${BUILD:-1}
# The CONFIG_DEBUG_INFO_BTF_MODULES option adds a huge amount of debugging
# data to the modules which we don't actually need. We'll strip debugging
# information from kernel modules by default. If you are building a debug
-# kernel and wish to retain this data, export the variable below set to "NO".
-STRIP_DEBUG=${STRIP_DEBUG:-YES}
+# kernel and wish to retain this data, export the variable below set to "0".
+STRIP_DEBUG=${STRIP_DEBUG:-1}
+
+# Let's export the variable with the name needed by the kernel's Makefiles,
+# just for good measure.
+export INSTALL_MOD_STRIP=$STRIP_DEBUG
if [ ! -r "${KERNEL_CONFIG}" ]; then
echo "Error: the KERNEL_CONFIG environment variable needs to be set to the"
@@ -115,11 +119,7 @@ fi
echo "Building kernel modules..."
make $NUMJOBS modules || exit 1
echo "Installing kernel modules to $PKG..."
- make INSTALL_MOD_PATH=$PKG modules_install || exit 1
- if [ "$STRIP_DEBUG" = "YES" ]; then
- echo "Stripping debug info from kernel modules..."
- find $PKG -name "*.ko" -exec strip --strip-debug "{}" \;
- fi
+ make INSTALL_MOD_PATH=$PKG INSTALL_MOD_STRIP=$STRIP_DEBUG modules_install || exit 1
# Fix build and source symlinks if they are pointing into $TMP:
( cd $PKG/lib/modules/${VERSION}${LOCALVERSION}
for symlink in build source ; do