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
/
generic-2.6
/
patches-2.6.24
/
850-jffs2_erase_progress_indicator.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.24/850-jffs2_erase_progress_indicator.patch
b/target/linux/generic-2.6/patches-2.6.24/850-jffs2_erase_progress_indicator.patch
index
89b1ca2
..
2d4eafd
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.24/850-jffs2_erase_progress_indicator.patch
+++ b/
target/linux/generic-2.6/patches-2.6.24/850-jffs2_erase_progress_indicator.patch
@@
-1,6
+1,5
@@
-diff -Nur linux-2.6.24/fs/jffs2/erase.c linux-2.6.24-owrt/fs/jffs2/erase.c
---- linux-2.6.24/fs/jffs2/erase.c 2008-01-30 17:30:15.000000000 +0100
-+++ linux-2.6.24-owrt/fs/jffs2/erase.c 2008-01-30 22:20:02.000000000 +0100
+--- a/fs/jffs2/erase.c
++++ b/fs/jffs2/erase.c
@@ -35,6 +35,8 @@
{
int ret;
@@ -35,6 +35,8 @@
{
int ret;
This page took
0.022612 seconds
and
4
git commands to generate.