diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-13 20:57:13 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-13 20:57:13 +0000 |
commit | 57684a794b39088a0da6cee9f05614d63ac86876 (patch) | |
tree | 0569cf601a90bb907ed66a6377a26b16a0dd17c6 /target/linux/generic | |
parent | e4cd3e67f60962f6a225490277ed6345c6bf8050 (diff) |
generic: refresh 3.6 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34194 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-3.6/062-mips_decompressor_build_fix.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.6/062-mips_decompressor_build_fix.patch b/target/linux/generic/patches-3.6/062-mips_decompressor_build_fix.patch index 0821718454..52c45c38e0 100644 --- a/target/linux/generic/patches-3.6/062-mips_decompressor_build_fix.patch +++ b/target/linux/generic/patches-3.6/062-mips_decompressor_build_fix.patch @@ -52,8 +52,6 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org> arch/mips/boot/compressed/decompress.c | 2 -- 1 file changed, 2 deletions(-) -diff --git a/arch/mips/boot/compressed/decompress.c b/arch/mips/boot/compressed/decompress.c -index 5cad0fa..d6c5586 100644 --- a/arch/mips/boot/compressed/decompress.c +++ b/arch/mips/boot/compressed/decompress.c @@ -10,9 +10,7 @@ @@ -66,6 +64,3 @@ index 5cad0fa..d6c5586 100644 #include <asm/addrspace.h> --- -1.7.10.4 - |