Browse Source

- bump patch version. Thanks to Alexander Rigbo for pointing this out.

Bernhard Reutner-Fischer 18 years ago
parent
commit
13e893d13b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/x86/grub/grub.mk

+ 1 - 1
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-20.diff.gz
+GRUB_PATCH:=grub_0.97-22.diff.gz
 GRUB_SITE=http://ftp.debian.org/debian/pool/main/g/grub
 GRUB_PATCH_SITE:=http://ftp.debian.org/debian/pool/main/g/grub
 GRUB_CAT:=$(ZCAT)