mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
Fix Grub tarball version as the current version has disappeared from
Debian mirrors. Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user