summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-18 18:29:41 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-18 18:29:41 +0300
commite18a43aa6badf5365fb7041d90db5268840d9066 (patch)
tree7112b945bee3bdd4c623bd3a8f90b08cf4e2db1f /target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch
parent63ba5d38377a1b1b7734972602f35b6c36df3f7e (diff)
add realtek lzma hacks
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch')
-rw-r--r--target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch b/target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch
deleted file mode 100644
index 4032c4fd8..000000000
--- a/target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/decompress_unlzma.c 2013-05-16 19:41:49.499019157 +0300
-+++ b/lib/decompress_unlzma.c 2013-05-16 18:10:42.178461709 +0300
-@@ -30,7 +30,7 @@
- */
-
- #ifndef STATIC
--#include <linux/decompress/unlzma.h>
-+#include <linux/decompress/unlzma_mm.h>
- #endif /* STATIC */
-
- #include <linux/decompress/mm.h>