[OpenWrt-Devel] [PATCH 2/2] gemini: Name binary "bootpart.tar.gz"
Linus Walleij
linus.walleij at linaro.org
Thu Feb 7 14:47:15 EST 2019
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 at linaro.org>
---
target/linux/gemini/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
index 21a375d75307..1ec1b095023c 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
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list