gemini: Name binary "bootpart.tar.gz"
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Feb 2019 19:47:15 +0000 (20:47 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 14 Feb 2019 15:56:15 +0000 (16:56 +0100)
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>
target/linux/gemini/image/Makefile

index d0180e297acf72cfec9bd15d73af49099327d92e..a612cf706d63ab4e1a206116f758b0a54bf1d381 100644 (file)
@@ -123,8 +123,8 @@ define Device/dlink_dns-313
        DEVICE_TITLE := D-Link DNS-313 1-Bay Network Storage Enclosure
        DEVICE_DTS := gemini-dlink-dns-313
        DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
        DEVICE_TITLE := D-Link DNS-313 1-Bay Network Storage Enclosure
        DEVICE_DTS := gemini-dlink-dns-313
        DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
-       IMAGES := factory.bin
-       IMAGE/factory.bin := dns313-images
+       IMAGES := bootpart.tar.gz
+       IMAGE/bootpart.tar.gz := dns313-images
 endef
 TARGET_DEVICES += dlink_dns-313
 
 endef
 TARGET_DEVICES += dlink_dns-313