config: change references from armvirt to armsr
armvirt target has been renamed to armsr (Arm SystemReady),
so the config defaults need to be changed as well.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit 40ce6a7920)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Petr Štetiar
					
				
			
			
				
	
			
			
			
						parent
						
							7198185e3a
						
					
				
				
					commit
					a6afb3a7bc
				
			@@ -204,12 +204,12 @@ menu "Target Images"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	config GRUB_EFI_IMAGES
 | 
						config GRUB_EFI_IMAGES
 | 
				
			||||||
		bool "Build GRUB EFI images (Linux x86 or x86_64 host only)"
 | 
							bool "Build GRUB EFI images (Linux x86 or x86_64 host only)"
 | 
				
			||||||
		depends on TARGET_x86 || TARGET_armvirt
 | 
							depends on TARGET_x86 || TARGET_armsr
 | 
				
			||||||
		depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
 | 
							depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
 | 
				
			||||||
		select PACKAGE_grub2 if TARGET_x86
 | 
							select PACKAGE_grub2 if TARGET_x86
 | 
				
			||||||
		select PACKAGE_grub2-efi if TARGET_x86
 | 
							select PACKAGE_grub2-efi if TARGET_x86
 | 
				
			||||||
		select PACKAGE_grub2-bios-setup if TARGET_x86
 | 
							select PACKAGE_grub2-bios-setup if TARGET_x86
 | 
				
			||||||
		select PACKAGE_grub2-efi-arm if TARGET_armvirt
 | 
							select PACKAGE_grub2-efi-arm if TARGET_armsr
 | 
				
			||||||
		select PACKAGE_kmod-fs-vfat
 | 
							select PACKAGE_kmod-fs-vfat
 | 
				
			||||||
		default y
 | 
							default y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -267,7 +267,7 @@ menu "Target Images"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	config VMDK_IMAGES
 | 
						config VMDK_IMAGES
 | 
				
			||||||
		bool "Build VMware image files (VMDK)"
 | 
							bool "Build VMware image files (VMDK)"
 | 
				
			||||||
		depends on TARGET_x86 || TARGET_armvirt
 | 
							depends on TARGET_x86 || TARGET_armsr
 | 
				
			||||||
		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 | 
							depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 | 
				
			||||||
		select PACKAGE_kmod-e1000
 | 
							select PACKAGE_kmod-e1000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -279,7 +279,7 @@ menu "Target Images"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	config TARGET_IMAGES_GZIP
 | 
						config TARGET_IMAGES_GZIP
 | 
				
			||||||
		bool "GZip images"
 | 
							bool "GZip images"
 | 
				
			||||||
		depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armvirt || TARGET_malta
 | 
							depends on TARGET_ROOTFS_EXT4FS || TARGET_x86 || TARGET_armsr || TARGET_malta
 | 
				
			||||||
		default y
 | 
							default y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	comment "Image Options"
 | 
						comment "Image Options"
 | 
				
			||||||
@@ -292,7 +292,7 @@ menu "Target Images"
 | 
				
			|||||||
		depends on USES_BOOT_PART
 | 
							depends on USES_BOOT_PART
 | 
				
			||||||
		default 8 if TARGET_apm821xx_sata
 | 
							default 8 if TARGET_apm821xx_sata
 | 
				
			||||||
		default 64 if TARGET_bcm27xx
 | 
							default 64 if TARGET_bcm27xx
 | 
				
			||||||
		default 128 if TARGET_armvirt
 | 
							default 128 if TARGET_armsr
 | 
				
			||||||
		default 16
 | 
							default 16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	config TARGET_ROOTFS_PARTSIZE
 | 
						config TARGET_ROOTFS_PARTSIZE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user