diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-12-12 16:58:43 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-12-12 16:58:43 +0100 |
commit | 548027a51e5c145bf95e41a95a9e188d8a0dd8fa (patch) | |
tree | 2d5688a933a4a59e3e0618682c39a7fccaee82c8 | |
parent | fb4c755fdc7401255db7a3d603178dda5b4cc84a (diff) | |
download | linux-raspberrypi4-548027a51e5c145bf95e41a95a9e188d8a0dd8fa.tar.gz linux-raspberrypi4-548027a51e5c145bf95e41a95a9e188d8a0dd8fa.tar.bz2 linux-raspberrypi4-548027a51e5c145bf95e41a95a9e188d8a0dd8fa.zip |
Bumped version to v6.1.0-rpi1.
-rw-r--r-- | PKGBUILD | 5 | ||||
-rw-r--r-- | config | 8 |
2 files changed, 6 insertions, 7 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgbase=linux-raspberrypi4 -pkgver=6.0.3.rpi1 +pkgver=6.0.12.rpi1 pkgrel=1 pkgdesc='Raspberry Pi 4 Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -10,7 +10,6 @@ arch=(aarch64) license=(GPL2) makedepends=( bc kmod libelf pahole - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick git dtc clang llvm lld @@ -28,7 +27,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '8c243c85a132a4ce0aef4f7e43084d8842d9b6efe3c36d3346f51b6d172a0934') + '04bb08c0f548f164fc946374057839abc725e420269ec0addf6cba6892a8b6a4') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.0.3-rpi1 Kernel Configuration +# Linux/arm64 6.0.12-rpi1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="clang version 14.0.6" CONFIG_GCC_VERSION=0 @@ -735,10 +735,9 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODULE_SIG is not set # CONFIG_MODULE_COMPRESS_NONE is not set -CONFIG_MODULE_COMPRESS_GZIP=y +# CONFIG_MODULE_COMPRESS_GZIP is not set # CONFIG_MODULE_COMPRESS_XZ is not set -# CONFIG_MODULE_COMPRESS_ZSTD is not set -# CONFIG_MODULE_DECOMPRESS is not set +CONFIG_MODULE_COMPRESS_ZSTD=y # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set CONFIG_MODPROBE_PATH="/sbin/modprobe" CONFIG_MODULES_TREE_LOOKUP=y @@ -987,6 +986,7 @@ CONFIG_INET_ESP=m CONFIG_INET_ESP_OFFLOAD=m CONFIG_INET_ESPINTCP=y CONFIG_INET_IPCOMP=m +CONFIG_INET_TABLE_PERTURB_ORDER=16 CONFIG_INET_XFRM_TUNNEL=m CONFIG_INET_TUNNEL=m CONFIG_INET_DIAG=m |