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:
@@ -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
|
||||
|
Reference in New Issue
Block a user