From 883c75def71830b56671511e178b73cc09c3fd8d Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sun, 3 Oct 2021 07:41:33 +0200 Subject: [PATCH] Remove sound card support for RPI --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6d19e8d1..561839ae 100755 --- a/build.sh +++ b/build.sh @@ -531,7 +531,8 @@ if [ "$OMR_KERNEL" = "5.14" ]; then echo "Set to kernel 5.14 for ramips" find target/linux/ramips -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.4%KERNEL_PATCHVER:=5.14%g' {} \; echo "Done" - rm -rf /target/linux/generic/files/drivers/net/phy/b53 + rm -rf target/linux/generic/files/drivers/net/phy/b53 + rm -f target/linux/bcm27xx/modules/sound.mk fi #rm -rf feeds/packages/libs/libwebp