You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
345 B
12 lines
345 B
14 years ago
|
--- 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
|