diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2008-11-08 22:24:39 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2008-11-08 22:24:39 +0000 |
commit | f5ca546b76285263ca52276fc30692a79ce2e03b (patch) | |
tree | e4debf6c6e312d748b2507f8a8a3551db3fed9c8 /target/x86/grub/grub.mk | |
parent | c4dbac60aee018bef76162a1d25e73fc17923baf (diff) |
Fix Grub tarball version as the current version has disappeared from
Debian mirrors.
Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com>
Diffstat (limited to 'target/x86/grub/grub.mk')
-rw-r--r-- | target/x86/grub/grub.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/grub/grub.mk b/target/x86/grub/grub.mk index 973193b3c..402333e9b 100644 --- a/target/x86/grub/grub.mk +++ b/target/x86/grub/grub.mk @@ -21,7 +21,7 @@ ifeq ($(GRUB_SUPPORTED_ARCH),y) # ############################################################# GRUB_SOURCE:=grub_0.97.orig.tar.gz -GRUB_PATCH:=grub_0.97-35.diff.gz +GRUB_PATCH:=grub_0.97-51.diff.gz GRUB_SITE=$(BR2_DEBIAN_MIRROR)/debian/pool/main/g/grub GRUB_PATCH_SITE:=$(GRUB_SITE) GRUB_CAT:=$(ZCAT) |