mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
linux-cachyos-lts: Update config
Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
parent
246940d46b
commit
d6067a0da0
2 changed files with 6 additions and 5 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -189,7 +189,7 @@ _stable=${_major}.${_minor}
|
|||
_srcname=linux-${_stable}
|
||||
#_srcname=linux-${_major}
|
||||
pkgdesc='Linux EEVDF-BORE scheduler Kernel by CachyOS with other patches and improvements'
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_kernver=$pkgver-$pkgrel
|
||||
_kernuname="${pkgver}-${_pkgsuffix}"
|
||||
arch=('x86_64')
|
||||
|
|
@ -859,7 +859,7 @@ for _p in "${pkgname[@]}"; do
|
|||
done
|
||||
|
||||
sha256sums=('84d23ee07fb26febbcb6d1295ba15efdc67ac382b4137b2c8853146c10fd2f97'
|
||||
'f4ddfbc0c375af5d8d9ca07f87513b874e019e4b84d9e05460fec05a667e6430'
|
||||
'ef6c30c39066fa6d2fc0f5cb5a8cfe7a8b7ab7706826871f2bed2ec29d6bb153'
|
||||
'1a7747d5b4ccd427d643e3f548cd99c09d0f05b108fc530a581e28a41c5533c9'
|
||||
'2706d935575e114210892b441671037ab96d5f70f084c391a23b43cd96afaa3e'
|
||||
'8b6a5ed6abb44346ef5f435d1e67a1f6c679eb15c4283015f81578622c4a1514')
|
||||
|
|
|
|||
7
config
7
config
|
|
@ -7,9 +7,9 @@ CONFIG_CC_IS_GCC=y
|
|||
CONFIG_GCC_VERSION=140201
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_AS_IS_GNU=y
|
||||
CONFIG_AS_VERSION=24300
|
||||
CONFIG_AS_VERSION=24301
|
||||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=24300
|
||||
CONFIG_LD_VERSION=24301
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_RUST_IS_AVAILABLE=y
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
|
|
@ -20,7 +20,7 @@ CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
|
|||
CONFIG_TOOLS_SUPPORT_RELR=y
|
||||
CONFIG_CC_HAS_ASM_INLINE=y
|
||||
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
|
||||
CONFIG_PAHOLE_VERSION=127
|
||||
CONFIG_PAHOLE_VERSION=128
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_TABLE_SORT=y
|
||||
CONFIG_THREAD_INFO_IN_TASK=y
|
||||
|
|
@ -2650,6 +2650,7 @@ CONFIG_ZRAM_DEF_COMP_ZSTD=y
|
|||
# CONFIG_ZRAM_DEF_COMP_842 is not set
|
||||
CONFIG_ZRAM_DEF_COMP="zstd"
|
||||
CONFIG_ZRAM_WRITEBACK=y
|
||||
CONFIG_ZRAM_TRACK_ENTRY_ACTIME=y
|
||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||
CONFIG_ZRAM_MULTI_COMP=y
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue