CHG Version 6.7.3
This commit is contained in:
11
PKGBUILD
11
PKGBUILD
@@ -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
4
config
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user