diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-26 21:27:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-26 21:27:19 +0200 |
commit | 0e1f2bc120434cae43ba460fdc0519c0a1301b42 (patch) | |
tree | b599230eaa702b51cdccdc143eee7636796870c7 | |
parent | 0a61610da9824ec1942e4e776f7d30cae5fe4f7f (diff) |
update to latest grub (binary package)
-rw-r--r-- | package/grub-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile index b74263b58..c1d412b32 100644 --- a/package/grub-bin/Makefile +++ b/package/grub-bin/Makefile @@ -4,11 +4,11 @@ include ${TOPDIR}/rules.mk # compiled with i486 toolchain, statically linked with uClibc -# cross-compile on amd64 does not work, so provide a binary package +# cross-compiling is difficult, so provide a binary package PKG_NAME:= grub-bin -PKG_VERSION:= 1.97.1 +PKG_VERSION:= 1.98 PKG_RELEASE:= 1 -PKG_MD5SUM:= 24961a39e63d8ec16d765aad3a301cda +PKG_MD5SUM:= 958f9fd415a0bd52fe115176afbf19d9 PKG_DESCR:= GRUB2 bootloader (binary package) PKG_SECTION:= base PKG_SITES:= http://openadk.org/distfiles/ |