diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2010-11-20 14:37:24 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 20:21:57 +0100 |
commit | d4bab9e306b4b9fbf02bbd737261db34ee99479f (patch) | |
tree | 713c755f54c34934c4cc54c0e18054e94fc0c73b /package/grub-bin/Makefile | |
parent | 5cf19efa5cb8f98a8438c2f159787259cf728a38 (diff) |
replace distfile with one that has usr/share/grub-bin/core.img
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/grub-bin/Makefile')
-rw-r--r-- | package/grub-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile index d39c1bb21..51f61c226 100644 --- a/package/grub-bin/Makefile +++ b/package/grub-bin/Makefile @@ -7,8 +7,8 @@ include ${TOPDIR}/rules.mk # cross-compiling is difficult, so provide a binary package PKG_NAME:= grub-bin PKG_VERSION:= 1.98 -PKG_RELEASE:= 1 -PKG_MD5SUM:= 958f9fd415a0bd52fe115176afbf19d9 +PKG_RELEASE:= 2 +PKG_MD5SUM:= 50dbe739776f904c318be05faf1d7ce5 PKG_DESCR:= GRUB2 bootloader (binary package) PKG_SECTION:= base PKG_SITES:= http://openadk.org/distfiles/ |