projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
pxa
/
patches-2.6.21
/
029-disable-uncompress-message.patch
diff --git
a/target/linux/pxa/patches-2.6.21/029-disable-uncompress-message.patch
b/target/linux/pxa/patches-2.6.21/029-disable-uncompress-message.patch
index
4d3d8ce
..
0fd97fd
100644
(file)
--- a/
target/linux/pxa/patches-2.6.21/029-disable-uncompress-message.patch
+++ b/
target/linux/pxa/patches-2.6.21/029-disable-uncompress-message.patch
@@
-1,7
+1,7
@@
-Index: linux-2.6.21
gum
/arch/arm/boot/compressed/misc.c
+Index: linux-2.6.21
.7
/arch/arm/boot/compressed/misc.c
===================================================================
===================================================================
---- linux-2.6.21
gum
.orig/arch/arm/boot/compressed/misc.c
-+++ linux-2.6.21
gum
/arch/arm/boot/compressed/misc.c
+--- linux-2.6.21
.7
.orig/arch/arm/boot/compressed/misc.c
++++ linux-2.6.21
.7
/arch/arm/boot/compressed/misc.c
@@ -322,7 +322,6 @@ void flush_window(void)
bytes_out += (ulg)outcnt;
output_ptr += (ulg)outcnt;
@@ -322,7 +322,6 @@ void flush_window(void)
bytes_out += (ulg)outcnt;
output_ptr += (ulg)outcnt;
This page took
0.026129 seconds
and
4
git commands to generate.