Merge pull request #1918 from peat-psuwit/for-upstream/linux_rpi-6.18.34
raspberry-pi/common/kernel: 6.18.33-1+rpt1 -> 6.18.34-stable_20260609
This commit is contained in:
commit
aa741c485b
1 changed files with 5 additions and 6 deletions
|
|
@ -10,23 +10,22 @@
|
|||
|
||||
let
|
||||
# NOTE: raspberryPiWirelessFirmware should be updated with this
|
||||
modDirVersion = "6.18.33";
|
||||
hash = "sha256-XGL2SgPws+c1yAZDmNC9jQdi23qQPZKucQUr9+eD8MM=";
|
||||
modDirVersion = "6.18.34";
|
||||
tag = "stable_20260609";
|
||||
hash = "sha256-ok++36dh9o4e7AC5RErW00/r23rGxufe0PYXz5Dzy5U=";
|
||||
inherit (lib.kernel) freeform yes no;
|
||||
in
|
||||
(buildLinux (
|
||||
args
|
||||
// {
|
||||
version = "${modDirVersion}-1+rpt1";
|
||||
version = "${modDirVersion}-${tag}";
|
||||
inherit modDirVersion;
|
||||
pname = "linux-rpi";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "raspberrypi";
|
||||
repo = "linux";
|
||||
# https://github.com/RPi-Distro/linux-packaging/raw/refs/tags/pios/1%256.18.33-1+rpt1/debian/changelog
|
||||
rev = "95b85bebbedcaedfa7ca79116ed38b7376fba412";
|
||||
inherit hash;
|
||||
inherit tag hash;
|
||||
};
|
||||
|
||||
defconfig =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue