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
/
034-ramfs-mode-support.patch
diff --git
a/target/linux/pxa/patches-2.6.21/034-ramfs-mode-support.patch
b/target/linux/pxa/patches-2.6.21/034-ramfs-mode-support.patch
index
423eab5
..
d8fa62e
100644
(file)
--- a/
target/linux/pxa/patches-2.6.21/034-ramfs-mode-support.patch
+++ b/
target/linux/pxa/patches-2.6.21/034-ramfs-mode-support.patch
@@
-1,7
+1,7
@@
-Index: linux-2.6.21
gum
/fs/ramfs/inode.c
+Index: linux-2.6.21
.7
/fs/ramfs/inode.c
===================================================================
===================================================================
---- linux-2.6.21
gum
.orig/fs/ramfs/inode.c
-+++ linux-2.6.21
gum
/fs/ramfs/inode.c
+--- linux-2.6.21
.7
.orig/fs/ramfs/inode.c
++++ linux-2.6.21
.7
/fs/ramfs/inode.c
@@ -33,6 +33,7 @@
#include <linux/smp_lock.h>
#include <linux/backing-dev.h>
@@ -33,6 +33,7 @@
#include <linux/smp_lock.h>
#include <linux/backing-dev.h>
This page took
0.021063 seconds
and
4
git commands to generate.