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>
|
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
|
|
||||||
pkgbase=linux-tom
|
pkgbase=linux-tom
|
||||||
pkgver=6.7.2.arch1
|
pkgver=6.7.3.arch1
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Linux'
|
pkgdesc='Linux'
|
||||||
url='https://github.com/archlinux/linux'
|
url='https://github.com/archlinux/linux'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@@ -24,6 +24,12 @@ makedepends=(
|
|||||||
imagemagick
|
imagemagick
|
||||||
python-sphinx
|
python-sphinx
|
||||||
texlive-latexextra
|
texlive-latexextra
|
||||||
|
# my additional texlive preconditions for documentation:
|
||||||
|
texlive-plaingeneric
|
||||||
|
texlive-binextra
|
||||||
|
texlive-langgerman
|
||||||
|
hyphen
|
||||||
|
hyphen-de
|
||||||
)
|
)
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
_srcname=linux-${pkgver%.*}
|
_srcname=linux-${pkgver%.*}
|
||||||
@@ -74,6 +80,7 @@ prepare() {
|
|||||||
echo "Setting config..."
|
echo "Setting config..."
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
|
# this and next line is added by me, Thomas Kuschel oe3tkt
|
||||||
make menuconfig
|
make menuconfig
|
||||||
diff -u ../config .config || :
|
diff -u ../config .config || :
|
||||||
|
|
||||||
|
|||||||
4
config
4
config
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# 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_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
@@ -11458,7 +11458,7 @@ CONFIG_STACKTRACE=y
|
|||||||
#
|
#
|
||||||
# Debug kernel data structures
|
# Debug kernel data structures
|
||||||
#
|
#
|
||||||
CONFIG_DEBUG_LIST=y
|
# CONFIG_DEBUG_LIST is not set
|
||||||
# CONFIG_DEBUG_PLIST is not set
|
# CONFIG_DEBUG_PLIST is not set
|
||||||
# CONFIG_DEBUG_SG is not set
|
# CONFIG_DEBUG_SG is not set
|
||||||
# CONFIG_DEBUG_NOTIFIERS is not set
|
# CONFIG_DEBUG_NOTIFIERS is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user