Skip to content

Commit

Permalink
I think this was meant (It seems to work, who knows ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Jan 23, 2024
1 parent ce42558 commit 6a69348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/realtek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function fetch_rtl8852bu_driver() {
if [[ "${PLATFORM}" == "pi" ]]; then
# sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/' Makefile || exit 1
# sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/' Makefile || exit 1
sed -e 's/armv\.l/arm/'
sed -e 's/armv\.l/arm/' Makefile
fi
popd
}
Expand Down

0 comments on commit 6a69348

Please sign in to comment.