diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-07 20:47:15 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-02-14 16:56:15 +0100 |
commit | b9a24f31a9c7b78e636c7d5d4ac5ba34f38b72df (patch) | |
tree | 93713a4472af50f39617db75ae61a7d6a575d823 /target/linux/gemini/image/Makefile | |
parent | b3c050c013c16b49c9e997dc9e2feaf28f5c85c0 (diff) | |
download | upstream-b9a24f31a9c7b78e636c7d5d4ac5ba34f38b72df.tar.gz upstream-b9a24f31a9c7b78e636c7d5d4ac5ba34f38b72df.tar.bz2 upstream-b9a24f31a9c7b78e636c7d5d4ac5ba34f38b72df.zip |
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>
Diffstat (limited to 'target/linux/gemini/image/Makefile')
-rw-r--r-- | target/linux/gemini/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index d0180e297a..a612cf706d 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -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) - IMAGES := factory.bin - IMAGE/factory.bin := dns313-images + IMAGES := bootpart.tar.gz + IMAGE/bootpart.tar.gz := dns313-images endef TARGET_DEVICES += dlink_dns-313 |