From 80a39c2843538ccbeb370b36292fcb91b51677ec Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 1 Dec 2024 16:05:51 +0800 Subject: [PATCH] grub2: drop obsolete change * It has been fixed upstream Signed-off-by: sbwml --- openwrt/scripts/05-fix-source.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/openwrt/scripts/05-fix-source.sh b/openwrt/scripts/05-fix-source.sh index f052fd798..01b0f1802 100644 --- a/openwrt/scripts/05-fix-source.sh +++ b/openwrt/scripts/05-fix-source.sh @@ -6,9 +6,6 @@ curl -s $mirror/openwrt/patch/apk-tools/9999-hack-for-linux-pre-releases.patch > # libsodium - fix build with lto (GNU BUG - 89147) sed -i "/CONFIGURE_ARGS/i\TARGET_CFLAGS += -ffat-lto-objects\n" feeds/packages/libs/libsodium/Makefile -# grub2 - disable `gc-sections` flag -sed -i '/PKG_BUILD_FLAGS/ s/$/ no-gc-sections/' package/boot/grub2/Makefile - # haproxy - fix build with quictls sed -i '/USE_QUIC_OPENSSL_COMPAT/d' feeds/packages/net/haproxy/Makefile