diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-26 10:15:06 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 15:23:38 +0100 |
commit | 1f0e08cf958102d207c5f61a0b039f85f535f7f0 (patch) | |
tree | 6d47fb936278b1c7ba0d08fc2efab43401fb1885 /target/linux | |
parent | 82c7699dd8e9b67d71fdf008539fe774c91d9aa0 (diff) | |
download | upstream-1f0e08cf958102d207c5f61a0b039f85f535f7f0.tar.gz upstream-1f0e08cf958102d207c5f61a0b039f85f535f7f0.tar.bz2 upstream-1f0e08cf958102d207c5f61a0b039f85f535f7f0.zip |
gemini: add EOD marker to rootfs images
With 6409b159e8b8 ("gemini: switch to 4.14") the EOF marker were dropped
from the rootfs images. Without the marker the rootfs_data partition
can't be created and it isn't possible to permanently store any
configuration changes.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/gemini/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 805c0372c1..78195cbbcc 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -130,7 +130,8 @@ TARGET_DEVICES += dlink_dns-313 define Device/itian-raidsonic IMAGES := factory.bin - IMAGE/factory.bin := append-rootfs | pad-to 6144k | nas4220b-sq201-images $(1) + IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 6144k | \ + nas4220b-sq201-images $(1) DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) endef |