diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-26 07:13:33 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-26 07:16:23 +0200 |
commit | cb6c2c427838a0ba5dc7bb404734574c9ed6b102 (patch) | |
tree | 1976eadee6a8ebce15bbc578955eef207ffa026e /boot/grub/grub.500-build-fix.patch | |
parent | d881a14f9b7e7367bc664105bd98166015eaefaf (diff) | |
download | buildroot-novena-cb6c2c427838a0ba5dc7bb404734574c9ed6b102.tar.gz buildroot-novena-cb6c2c427838a0ba5dc7bb404734574c9ed6b102.zip |
grub: fix patch handling after AUTOTARGETS conversion
Closes #4093
AUTOTARGETS doesn't handle compressed patches, so the '400' patch did
not get applied.
Fix it by extracting the patch. With this, the '500' patch is no longer
needed.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/grub/grub.500-build-fix.patch')
-rw-r--r-- | boot/grub/grub.500-build-fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/boot/grub/grub.500-build-fix.patch b/boot/grub/grub.500-build-fix.patch deleted file mode 100644 index b096b7b80..000000000 --- a/boot/grub/grub.500-build-fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- grub-0.97.orig/netboot/main.c 2004-05-21 00:19:33.000000000 +0200 -+++ grub-0.97/netboot/main.c 2007-07-20 02:31:28.000000000 +0200 -@@ -54,9 +54,9 @@ - - static int vendorext_isvalid; - static unsigned long netmask; --static struct bootpd_t bootp_data; -+struct bootpd_t bootp_data; - static unsigned long xid; --static unsigned char *end_of_rfc1533 = NULL; -+unsigned char *end_of_rfc1533 = NULL; - - #ifndef NO_DHCP_SUPPORT - #endif /* NO_DHCP_SUPPORT */ |