From da9b4b63d8d7756f37bc856753e92a7d2afd9ccc Mon Sep 17 00:00:00 2001 From: mikeeq Date: Mon, 6 Jan 2020 16:09:51 +0100 Subject: [PATCH] Fedora Linux v5.4.7 - pipeline fix --- patch_driver.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch_driver.sh b/patch_driver.sh index 2f432a8..36ad89f 100755 --- a/patch_driver.sh +++ b/patch_driver.sh @@ -68,5 +68,5 @@ echo -e "bce.ko\napple-ib-als.ko\napple-ib-tb.ko\napple-ibridge.ko" >> mod-extra echo 'inputdrvs="gameport tablet touchscreen bce touchbar"' >> filter-x86_64.sh ### Remove thunderbolt driver -sed -i "s/CONFIG_THUNDERBOLT=m/CONFIG_THUNDERBOLT=n/g" kernel-x86_64* -sed -i "s/CONFIG_THUNDERBOLT=m/CONFIG_THUNDERBOLT=n/g" configs/fedora/generic/x86/x86_64/CONFIG_THUNDERBOLT +# sed -i "s/CONFIG_THUNDERBOLT=m/CONFIG_THUNDERBOLT=n/g" kernel-x86_64* +# sed -i "s/CONFIG_THUNDERBOLT=m/CONFIG_THUNDERBOLT=n/g" configs/fedora/generic/x86/x86_64/CONFIG_THUNDERBOLT