mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Remove sound card support for RPI
This commit is contained in:
parent
69618709a0
commit
883c75def7
1 changed files with 2 additions and 1 deletions
3
build.sh
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue