mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
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>
This commit is contained in:
parent
d881a14f9b
commit
cb6c2c4278
4
CHANGES
4
CHANGES
@ -10,6 +10,10 @@
|
||||
libxml-parser-perl, mtd, python, ti-utils, udev, usbmount,
|
||||
util-linux, xfont_font-misc-misc
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#4093: Grub fails to install bz2 patch after conversion to...
|
||||
|
||||
2011.08-rc1, Released August 4th, 2011:
|
||||
|
||||
Fixes all over the tree and new features.
|
||||
|
49480
boot/grub/grub.400-nic_update2.patch
Normal file
49480
boot/grub/grub.400-nic_update2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -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 */
|
Loading…
Reference in New Issue
Block a user