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>
This commit is contained in:
parent
b010519f1e
commit
7f17f3b418
1 changed files with 1 additions and 4 deletions
|
@ -118,10 +118,7 @@ endef
|
||||||
TARGET_DEVICES += dlink-dns-313
|
TARGET_DEVICES += dlink-dns-313
|
||||||
|
|
||||||
define Device/nas4220b-sq201
|
define Device/nas4220b-sq201
|
||||||
ARTIFACTS := zImage
|
IMAGES := factory.bin
|
||||||
ARTIFACT/zImage := append-kernel
|
|
||||||
IMAGES += rd.gz factory.bin
|
|
||||||
IMAGE/rd.gz := append-rootfs | pad-to 6144k
|
|
||||||
IMAGE/factory.bin := append-rootfs | pad-to 6144k | nas4220b-sq201-images $(1)
|
IMAGE/factory.bin := append-rootfs | pad-to 6144k | nas4220b-sq201-images $(1)
|
||||||
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
|
DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue