diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2018-10-20 20:23:12 -0600 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-10-25 16:51:42 +0200 |
commit | a6d02a757273439133eef70a658c49059c18018a (patch) | |
tree | 828ff8b8ca34854fc7a1242a2e57bbece8450f1a /package/boot/grub2/Makefile | |
parent | 9ac73502405b4d4f110e4901df7d05b7f7bcd781 (diff) | |
download | upstream-a6d02a757273439133eef70a658c49059c18018a.tar.gz upstream-a6d02a757273439133eef70a658c49059c18018a.tar.bz2 upstream-a6d02a757273439133eef70a658c49059c18018a.zip |
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 <philipp@redfish-solutions.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>i [PKG_RELEASE increase]
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r-- | package/boot/grub2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |