prevent UML build failure against decompress_lzo.c
SVN-Revision: 19934
This commit is contained in:
parent
b1d3ace5ea
commit
ba3f8604da
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
+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
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
+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
|
||||
|
|
Loading…
Reference in a new issue