projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/grub: build a host grub and a target grub (#7269)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.34
/
006-squashfs_add_lzma.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch
b/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch
index
9fd5797
..
29d507e
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch
+++ b/
target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch
@@
-53,7
+53,7
@@
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
};
--- /dev/null
+++ b/fs/squashfs/lzma_wrapper.c
};
--- /dev/null
+++ b/fs/squashfs/lzma_wrapper.c
-@@ -0,0 +1,15
1
@@
+@@ -0,0 +1,15
2
@@
+/*
+ * Squashfs - a compressed read only filesystem for Linux
+ *
+/*
+ * Squashfs - a compressed read only filesystem for Linux
+ *
@@
-82,6
+82,7
@@
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
+#include <linux/mutex.h>
+#include <linux/vmalloc.h>
+#include <linux/decompress/unlzma.h>
+#include <linux/mutex.h>
+#include <linux/vmalloc.h>
+#include <linux/decompress/unlzma.h>
++#include <linux/slab.h>
+
+#include "squashfs_fs.h"
+#include "squashfs_fs_sb.h"
+
+#include "squashfs_fs.h"
+#include "squashfs_fs_sb.h"
This page took
0.022938 seconds
and
4
git commands to generate.