]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- rel 0.3; revert heap fix for now; add sie_append fix (correct data is appended... auto/th/kernel-2_6_31-0_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 15 Sep 2009 22:20:46 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-small_fixes.patch -> 1.6
    kernel.spec -> 1.707

kernel-small_fixes.patch
kernel.spec

index a04c4891310ff6e7114b0d05519d6d9c061af140..5742932eda799dc9ba8ac5abdac50369268f2e6a 100644 (file)
  
  void restore_processor_state(void)
  {
---- linux-2.6.31/arch/x86/include/asm/boot.h~  2009-09-15 21:17:52.140272458 +0200
-+++ linux-2.6.31/arch/x86/include/asm/boot.h   2009-09-15 21:19:01.512973857 +0200
-@@ -33,7 +33,7 @@
- #error "Invalid value for CONFIG_PHYSICAL_ALIGN"
- #endif
--#ifdef CONFIG_KERNEL_BZIP2
-+#if defined(CONFIG_KERNEL_BZIP2) || defined(CONFIG_KERNEL_LZMA)
- #define BOOT_HEAP_SIZE             0x400000
- #else /* !CONFIG_KERNEL_BZIP2 */
+--- linux-2.6.31/scripts/Makefile.lib~ 2009-09-15 23:40:30.552124999 +0200
++++ linux-2.6.31/scripts/Makefile.lib  2009-09-15 23:46:05.155641644 +0200
+@@ -208,7 +208,7 @@
+ # Bzip2 and LZMA do not include size in file... so we have to fake that;
+ # append the size as a 32-bit littleendian number as gzip does.
+-size_append = echo -ne $(shell                                                \
++size_append = /bin/echo -ne $(shell                                           \
+ dec_size=0;                                                           \
+ for F in $1; do                                                               \
+       fsize=$$(stat -c "%s" $$F);                                     \
index f78ecb58cd6abdb4ba7c77c6db0aa3d0cba80d93..35f3e296f1d03a78fdc0e3cc3377bc2c47f7a051 100644 (file)
 
 %define                basever         2.6.31
 %define                postver         %{nil}
-%define                rel             0.2
+%define                rel             0.3
 
 %define                _enable_debug_packages                  0
 
This page took 2.862043 seconds and 4 git commands to generate.