gemini: Name binary "bootpart.tar.gz"
This factory binary i supposed to actually be unzipped and untarred by the user as part of the installation process (this NAS boots from harddisk), so name it "bootpart.tar.gz" and not "factory.bin" so it is helpful for users. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Christian Lamparter
					
				
			
			
				
	
			
			
			
						parent
						
							b3c050c013
						
					
				
				
					commit
					b9a24f31a9
				
			@@ -123,8 +123,8 @@ define Device/dlink_dns-313
 | 
				
			|||||||
	DEVICE_TITLE := D-Link DNS-313 1-Bay Network Storage Enclosure
 | 
						DEVICE_TITLE := D-Link DNS-313 1-Bay Network Storage Enclosure
 | 
				
			||||||
	DEVICE_DTS := gemini-dlink-dns-313
 | 
						DEVICE_DTS := gemini-dlink-dns-313
 | 
				
			||||||
	DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
 | 
						DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
 | 
				
			||||||
	IMAGES := factory.bin
 | 
						IMAGES := bootpart.tar.gz
 | 
				
			||||||
	IMAGE/factory.bin := dns313-images
 | 
						IMAGE/bootpart.tar.gz := dns313-images
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
TARGET_DEVICES += dlink_dns-313
 | 
					TARGET_DEVICES += dlink_dns-313
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user