From a6d02a757273439133eef70a658c49059c18018a Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Sat, 20 Oct 2018 20:23:12 -0600 Subject: grub2: fix regression caused by binutils-2.31.1 grub-efi no longer works: grub-mkimage: error: relocation 0x4 is not implemented yet. See: http://git.savannah.gnu.org/cgit/grub.git/commit/util?id=842c390469e2c2e10b5aa36700324cd3bde25875 Signed-off-by: Philip Prindeville Signed-off-by: Hans Dedecker i [PKG_RELEASE increase] --- package/boot/grub2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot/grub2/Makefile') diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index ba6032ba9d..e4c19cd00f 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=grub PKG_CPE_ID:=cpe:/a:gnu:grub2 PKG_VERSION:=2.02 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/grub -- cgit v1.2.3