diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:40:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-18 13:40:48 +0000 |
commit | de1c12f7a181a27b8463f60fd88cb30f858ab517 (patch) | |
tree | fc03176ff0d31c934b0a2e41b9fff6b1683837fd /target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch | |
parent | 4c8f56fd1d62382fac641e58218da022a76be131 (diff) | |
download | upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.gz upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.bz2 upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.zip |
remove 2.6.34 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch b/target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch deleted file mode 100644 index 450986538d..0000000000 --- a/target/linux/generic/patches-2.6.34/997-lzo_decompressor_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/usr/Kconfig -+++ b/usr/Kconfig -@@ -75,7 +75,7 @@ config RD_LZMA - config RD_LZO - bool "Support initial ramdisks compressed using LZO" if EMBEDDED - default !EMBEDDED -- depends on BLK_DEV_INITRD -+ depends on BLK_DEV_INITRD && HAVE_KERNEL_LZO - select DECOMPRESS_LZO - help - Support loading of a LZO encoded initial ramdisk or cpio buffer |