summaryrefslogtreecommitdiff
path: root/packages/obsolete/nslu2/nslu2-kernel/2.6.14/19-jffs2-force-be.patch
blob: 4406d178572133c9b50fc67173aeda9e5692f322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux-2.6.14.1/fs/jffs2/nodelist.h.orig	2005-11-09 23:12:29.641449728 -0800
+++ linux-2.6.14.1/fs/jffs2/nodelist.h	2005-11-09 23:13:19.228570049 -0800
@@ -44,7 +44,9 @@
 #define D2(x)
 #endif
 
-#define JFFS2_NATIVE_ENDIAN
+#undef JFFS2_NATIVE_ENDIAN
+#define JFFS2_BIG_ENDIAN 1
+#undef JFFS2_LITTLE_ENDIAN
 
 /* Note we handle mode bits conversion from JFFS2 (i.e. Linux) to/from
    whatever OS we're actually running on here too. */