Implement --[no-]compress-initramfs option to complement --[no-]integrated-initramfs
[genkernel.git] / arch / um / config.sh
index 070602e90d15bcc9f0f239fe87feea2517439ba1..7955a85b0fbf4719ae1c6aeca6489c74a8bf522a 100755 (executable)
@@ -6,13 +6,14 @@ KERNEL_MAKE_DIRECTIVE="linux"
 KERNEL_MAKE_DIRECTIVE_2=""
 KERNEL_BINARY="linux"
 
-COMPRESS_INITRD=yes
 ARCH_HAVENOPREPARE=yes
 
 #
 # Arch-specific defaults that can be overridden in the config file or on the
 # command line.
 #
+DEFAULT_COMPRESS_INITRD=yes
+
 DEFAULT_MAKEOPTS="-j2"
 
 DEFAULT_KERNEL_MAKE="make ARCH=um"