Get rid of the customizable TTY devices number patch. This breaks on some non-Arch distros and is only interesting to a very limited number of users that aren't necessarily our core target userbase.

This commit is contained in:
Tk-Glitch
2021-01-13 15:39:35 +01:00
parent ba4ac2ab52
commit 72e3d2de49
8 changed files with 6 additions and 290 deletions

View File

@@ -371,7 +371,7 @@ _tkg_srcprep() {
fi
fi
if [ "$_misc_adds" = "true" ] && [ "$_basever" != "54" ]; then
if [ "$_misc_adds" = "true" ]; then
msg2 "Applying misc additions patch"
tkgpatch="$srcdir/0012-misc-additions.patch" && _tkg_patcher
fi
@@ -466,7 +466,6 @@ _tkg_srcprep() {
echo "# CONFIG_DYNAMIC_FAULT is not set" >> ./.config
sed -i -e 's/CONFIG_DEFAULT_FQ_CODEL=y/# CONFIG_DEFAULT_FQ_CODEL is not set/' ./.config
echo "CONFIG_DEFAULT_CAKE=y" >> ./.config
echo "CONFIG_NR_TTY_DEVICES=63" >> ./.config
if [ "$_basever" = "54" ]; then
echo "CONFIG_TP_SMAPI=m" >> ./.config
echo "CONFIG_RAID6_USE_PREFER_GEN=y" >> ./.config