1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-10-03 07:41:33 +02:00
parent 69618709a0
commit 883c75def7

View file

@ -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