Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions module/workarounds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down