Implement --[no-]compress-initramfs option to complement --[no-]integrated-initramfs
[genkernel.git] / arch / arm / config.sh
index 52ec777538ac49334a1bbb511442536a11d77430..7ce427efbcc0c086f542453e695b7125cacb1a78 100755 (executable)
@@ -6,12 +6,12 @@ KERNEL_MAKE_DIRECTIVE=""
 KERNEL_MAKE_DIRECTIVE_2=""
 KERNEL_BINARY="arch/arm/boot/zImage"
 
-COMPRESS_INITRD=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