diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-11 21:08:12 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-08-11 21:08:12 +0200 |
commit | 86cd7c7fd6fdcadb79bf7c252017b05cca3a3905 (patch) | |
tree | 7ba5f89d9f579e0b773eee7c468ba68d242220e3 | |
parent | ccc6726d335a04d68c435ca1d98d9a3185acb231 (diff) | |
download | linux-raspberrypi4-86cd7c7fd6fdcadb79bf7c252017b05cca3a3905.tar.gz linux-raspberrypi4-86cd7c7fd6fdcadb79bf7c252017b05cca3a3905.tar.bz2 linux-raspberrypi4-86cd7c7fd6fdcadb79bf7c252017b05cca3a3905.zip |
Bumped version to v5.19.1-rpi1.
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | cmdline.txt | 1 | ||||
-rw-r--r-- | config | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgbase=linux-raspberrypi4 -pkgver=5.19.0.rpi3 +pkgver=5.19.1.rpi1 pkgrel=1 pkgdesc='Raspberry Pi 4 Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -28,7 +28,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - '24c6e444087820447151903089c9cd3d121881fba821801554801bde64c1189e') + 'f8a630c79821d8873ec0af9ec739006d408b713f7590f5631ef2fa33e9853ce1') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase diff --git a/cmdline.txt b/cmdline.txt new file mode 100644 index 0000000..34a07ba --- /dev/null +++ b/cmdline.txt @@ -0,0 +1 @@ +root=/dev/mmcblk0p2 rw rootwait console=serial0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=serial0,115200 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.19.0-rpi2 Kernel Configuration +# Linux/arm64 5.19.1-rpi1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="clang version 14.0.6" CONFIG_GCC_VERSION=0 |