summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2018-10-20 20:23:12 -0600
committerHans Dedecker <dedeckeh@gmail.com>2018-10-25 16:51:42 +0200
commita6d02a757273439133eef70a658c49059c18018a (patch)
tree828ff8b8ca34854fc7a1242a2e57bbece8450f1a /package/boot/grub2/Makefile
parent9ac73502405b4d4f110e4901df7d05b7f7bcd781 (diff)
downloadopenwrt-a6d02a757273439133eef70a658c49059c18018a.tar.gz
openwrt-a6d02a757273439133eef70a658c49059c18018a.tar.bz2
openwrt-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/Makefile2
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