diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-25 21:55:12 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 15:23:37 +0100 |
commit | 7f17f3b418af36abb910f7f3a54c3f361015457b (patch) | |
tree | ea692a87f10ffb99241f0e1381e481d135fbed27 | |
parent | b010519f1ed3a568f4360ec884eca9c36f563f4d (diff) | |
download | upstream-7f17f3b418af36abb910f7f3a54c3f361015457b.tar.gz upstream-7f17f3b418af36abb910f7f3a54c3f361015457b.tar.bz2 upstream-7f17f3b418af36abb910f7f3a54c3f361015457b.zip |
gemini: drop unnecessary images
The root filesystem is already part of the factory image and most likely
not required at all.
The same applies to the kernel images.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/gemini/image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index eab855ba70..d82ebfcfa1 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -118,10 +118,7 @@ endef TARGET_DEVICES += dlink-dns-313 define Device/nas4220b-sq201 - ARTIFACTS := zImage - ARTIFACT/zImage := append-kernel - IMAGES += rd.gz factory.bin - IMAGE/rd.gz := append-rootfs | pad-to 6144k + IMAGES := factory.bin IMAGE/factory.bin := append-rootfs | pad-to 6144k | nas4220b-sq201-images $(1) DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) endef |