Darkness descends

Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
2025-12-04 17:59:07 +07:00
parent 177b195231
commit 00edfec954
3 changed files with 12 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
# CONFIG_ZONE_DMA is not set
CONFIG_HOTPLUG_SIZE_BITS=29
CONFIG_LOCALVERSION="-ShadowBladeX-TheNoah77-"
CONFIG_LOCALVERSION="-Darkness"
CONFIG_LOCALVERSION_AUTO=n
# CONFIG_FHANDLE is not set
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set
CONFIG_DEFAULT_HOSTNAME="Shahid Shamim"
CONFIG_DEFAULT_HOSTNAME="Telegram.org"
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_IRQ_TIME_ACCOUNTING=y
@@ -1127,11 +1127,14 @@ CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_CDG is not set
CONFIG_TCP_CONG_BBR=y
# CONFIG_DEFAULT_CUBIC is not set
CONFIG_DEFAULT_WESTWOOD=y
# CONFIG_DEFAULT_BBR is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_BBR=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="westwood"
CONFIG_DEFAULT_TCP_CONG="bbr"
# CONFIG_TCP_MD5SIG is not set
# ANDROID_SIMPLE_LMK
CONFIG_ANDROID_SIMPLE_LMK=y
CONFIG_ANDROID_SIMPLE_LMK=y
# BORE Scheduler
CONFIG_SCHED_BORE=y

View File

@@ -81,7 +81,7 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
CC_VERSION=$($CC -v 2>&1 | grep ' version ' | sed 's/[[:space:]]*$//')
LD_VERSION=$($LD -v | head -n1 | sed 's/(compatible with [^)]*)//' \
| sed 's/[[:space:]]*$//')
printf '#define LINUX_COMPILER "%s"\n' "$CC_VERSION, $LD_VERSION"
printf '#define LINUX_COMPILER "%s"\n' "Clang"
) > .tmpcompile
# Only replace the real compile.h if the new one is different,

View File

@@ -75,7 +75,7 @@ scm_version()
# again using exactly 12 hex chars.
else
head="$(echo $head | cut -c1-12)"
printf '%s%s' -g $head
printf '%s%s'
fi
fi
@@ -94,7 +94,7 @@ scm_version()
git --no-optional-locks status -uno --porcelain 2>/dev/null ||
git diff-index --name-only HEAD
} | grep -qvE '^(.. )?scripts/package'; then
printf '%s' -dirty
printf '%s'
fi
# All done with git