kek
This commit is contained in:
@@ -95,7 +95,14 @@ let
|
||||
++ schedPatches
|
||||
++ lib.optional (
|
||||
cachyConfig.cpuSched == "hardened"
|
||||
) "${patches-src}/${majorMinor}/misc/0001-hardened.patch";
|
||||
) "${patches-src}/${majorMinor}/misc/0001-hardened.patch"
|
||||
# The Asahi tree occupies BIT(2)–BIT(4) in TCP_CONG_MASK with AccECN flags,
|
||||
# so the CachyOS hunk defining TCP_CONG_WANTS_CE_EVENTS at BIT(2) fails to
|
||||
# apply while later hunks that use it succeed — causing a compile error.
|
||||
# This patch places the symbol at BIT(5) and adds it to TCP_CONG_MASK.
|
||||
++ lib.optional (
|
||||
cachyConfig.taste == "linux-cachyos-asahi"
|
||||
) ./patches/asahi-tcp-cong-wants-ce-events.patch;
|
||||
|
||||
# There are some configurations set by the PKGBUILD
|
||||
pkgbuildConfig =
|
||||
|
||||
Reference in New Issue
Block a user