From 3dac4e0c6cdaba087beec8b4a7a8c89a0011bf99 Mon Sep 17 00:00:00 2001 From: rcooke-warwick Date: Thu, 14 Dec 2023 16:02:03 +0000 Subject: [PATCH] remove Workaround messages to stop build.sh breaking Change-type: patch Signed-off-by: Ryan Cooke --- module/workarounds.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/workarounds.sh b/module/workarounds.sh index 26c0107..5bbf43d 100755 --- a/module/workarounds.sh +++ b/module/workarounds.sh @@ -14,7 +14,6 @@ if [ -f /lib64/ld-linux-x86-64.so.2 ]; then fi if [[ "$device" == asus-tinker* ]] ; then - echo Workaround tinkerboard # Specific for the Asus Tinkerboard # Check for config option CONFIG_ARCH_ROCKCHIP and # if set remove the line that sets the default ARCH @@ -25,12 +24,10 @@ if [[ "$device" == asus-tinker* ]] ; then fi if [[ "$device" == beagle* ]] ; then - echo Workaround bbb wget https://raw.githubusercontent.com/beagleboard/linux/4.14/arch/arm/kernel/module.lds -O "$PWD"/arch/arm/kernel/module.lds fi if [[ "$device" == ts4900 ]] ; then - echo Workaround ts4900 # Workaround for the ts4900 to deal with unknown relocation error # when build OOT modules if grep -q "ts4900" ./arch/arm/boot/dts/Makefile; then