diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-20 17:08:38 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-20 17:08:38 +0000 | 
| commit | 7913aa067571ae707f84e5869653634d947df025 (patch) | |
| tree | 7ec3cce3705e3a551f723e8692ef6cce31c6b451 | |
| parent | 0d4d94ab2496ce21a90ea329e036a4685954ed1e (diff) | |
| download | buildroot-novena-7913aa067571ae707f84e5869653634d947df025.tar.gz buildroot-novena-7913aa067571ae707f84e5869653634d947df025.zip | |
- bump patch version
| -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 af3ce6da0..ef9e7b0fb 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-19.diff.gz +GRUB_PATCH=grub_0.97-20.diff.gz  GRUB_SITE=http://ftp.debian.org/debian/pool/main/g/grub  GRUB_CAT:=$(ZCAT)  GRUB_DIR:=$(BUILD_DIR)/grub-0.97 | 
