Update 04-fix_kmod.sh

This commit is contained in:
2025-11-06 22:13:07 +08:00
committed by GitHub
parent 73fbde3298
commit d6ded4846e

View File

@@ -65,8 +65,3 @@ popd
# routing - batman-adv fix build with linux-6.12
curl -s $mirror/openwrt/patch/packages-patches/batman-adv/901-fix-linux-6.12rc2-builds.patch > feeds/routing/batman-adv/patches/901-fix-linux-6.12rc2-builds.patch
# coova-chilli - fix gcc 15 c23
if [ "$gcc" = 15 ]; then
sed -i '/TARGET_CFLAGS/s/$/ -std=gnu17/' feeds/packages/net/coova-chilli/Makefile
fi