1
0
Fork 0

enable CONFIG_ZRAM

This commit is contained in:
Pratham Patel 2024-04-18 17:08:58 +05:30
parent be1abcd8d7
commit 47c4d58a01
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ function modify_kernel_config() {
./scripts/config --enable CONFIG_IKCONFIG_PROC
./scripts/config --enable CONFIG_IKHEADERS
# defconfig does not enable XFS
# defconfig does not enable these
./scripts/config --enable CONFIG_XFS_FS
./scripts/config --enable CONFIG_ZRAM
# "de-branding" and "re-branding"
./scripts/config --disable CONFIG_LOCALVERSION_AUTO