diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-12 11:21:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-12 11:21:16 +0000 |
commit | 24095302aaa3ddd81726783f37cda972e781c575 (patch) | |
tree | de496ea18531d0672d0538f917a98e3985603c3c /package/boot/grub2/Makefile | |
parent | 8087fa9e045d4c9ff12eaba6f65b1ba0b0364054 (diff) | |
download | mtk-20170518-24095302aaa3ddd81726783f37cda972e781c575.zip mtk-20170518-24095302aaa3ddd81726783f37cda972e781c575.tar.gz mtk-20170518-24095302aaa3ddd81726783f37cda972e781c575.tar.bz2 |
grub2: update to 2.02-beta2, fixes mac os x 10.9 support (and many other things)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39889
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r-- | package/boot/grub2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 20dced9..6b4cc7d 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=grub -PKG_VERSION:=2.00 +PKG_VERSION:=2.02~beta2 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@GNU/grub -PKG_MD5SUM:=e927540b6eda8b024fb0391eeaa4091c +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/grub +PKG_MD5SUM:=be62932eade308a364ea4bbc91295930 HOST_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=grub2/host |