From 5fa985602c60fb2f87647ae90d37f576c0978329 Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 29 Jan 2026 16:59:03 +0200 Subject: [PATCH] module/workarounds: Drop unnecessary Beagle workaround This workaround was for an older kernel version. As of today, removing this portion of code fixes the build for Beagle Black Change-type: patch Signed-off-by: Alexandru Costache --- module/workarounds.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/workarounds.sh b/module/workarounds.sh index 26c0107..a1fa162 100755 --- a/module/workarounds.sh +++ b/module/workarounds.sh @@ -24,11 +24,6 @@ if [[ "$device" == asus-tinker* ]] ; then fi 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