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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |