CHG Version 6.7.3

This commit is contained in:
2024-02-02 02:04:24 +01:00
parent 3bec5d5a0b
commit d382d4d468
2 changed files with 11 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.7.2.arch1
pkgrel=4
pkgver=6.7.3.arch1
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
arch=(x86_64)
@@ -24,6 +24,12 @@ makedepends=(
imagemagick
python-sphinx
texlive-latexextra
# my additional texlive preconditions for documentation:
texlive-plaingeneric
texlive-binextra
texlive-langgerman
hyphen
hyphen-de
)
options=('!strip')
_srcname=linux-${pkgver%.*}
@@ -74,6 +80,7 @@ prepare() {
echo "Setting config..."
cp ../config .config
make olddefconfig
# this and next line is added by me, Thomas Kuschel oe3tkt
make menuconfig
diff -u ../config .config || :

4
config
View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.7.2-arch1 Kernel Configuration
# Linux/x86 6.7.3-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y
@@ -11458,7 +11458,7 @@ CONFIG_STACKTRACE=y
#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set