Change Details
| target/linux/generic-2.6/patches-2.6.31/053-lzo_compression_for_initramfs.patch |
| 58 | 58 | +config RD_LZO |
| 59 | 59 | + bool "Support initial ramdisks compressed using LZO" if EMBEDDED |
| 60 | 60 | + default !EMBEDDED |
| 61 | | + depends on BLK_DEV_INITRD |
| 61 | + depends on BLK_DEV_INITRD && HAVE_KERNEL_LZO |
| 62 | 62 | + select DECOMPRESS_LZO |
| 63 | 63 | + help |
| 64 | 64 | + Support loading of a LZO encoded initial ramdisk or cpio buffer |
| target/linux/generic-2.6/patches-2.6.32/053-lzo_compression_for_initramfs.patch |
| 58 | 58 | +config RD_LZO |
| 59 | 59 | + bool "Support initial ramdisks compressed using LZO" if EMBEDDED |
| 60 | 60 | + default !EMBEDDED |
| 61 | | + depends on BLK_DEV_INITRD |
| 61 | + depends on BLK_DEV_INITRD && HAVE_KERNEL_LZO |
| 62 | 62 | + select DECOMPRESS_LZO |
| 63 | 63 | + help |
| 64 | 64 | + Support loading of a LZO encoded initial ramdisk or cpio buffer |
Download the corresponding diff file