summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a577885e4ae0..fbf0120b119b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
pkgver = 20230206.r0.g129af7708234
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 16d99fe7e132..39a16ba773d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ _makegconfig=
# NUMA is optimized for multi-socket motherboards.
# A single multi-core CPU actually runs slower with NUMA enabled.
# See, https://bugs.archlinux.org/task/31187
-_NUMAdisable=y
+_NUMAdisable=
# Compile ONLY used modules to VASTLYreduce the number of modules built
# and the build time.
@@ -52,7 +52,7 @@ _disable_debug=y
pkgbase=linux-next-git
pkgver=20230206.r0.g129af7708234
_srcname=linux-next
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NEXT'
arch=('x86_64')
url="http://www.kernel.org/"
@@ -133,12 +133,12 @@ prepare() {
# (x86 kernels do not support NUMA)
if [ -n "$_NUMAdisable" ]; then
echo "Disabling NUMA from kernel config..."
- scripts/config -d CONFIG_NUMA
+ scripts/config -d NUMA
fi
### Disable DEBUG
if [ -n "$_disable_debug" ]; then
- echo "Disabling NUMA from kernel config..."
+ echo "Disabling DEBUG kernel config..."
scripts/config -d DEBUG_INFO \
-d DEBUG_INFO_BTF \
-d DEBUG_INFO_DWARF4 \