diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2021-12-02 20:04:53 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-12-04 00:36:47 +0100 |
commit | eb20a1b8bb631084b9a70126eac2a6e32c3f3565 (patch) | |
tree | cdfc8bfc1fb67e1bd34489019b89e88aa8369e42 /target/linux/gemini | |
parent | 1add2c0d95efb970ab18485e570b146610740bf2 (diff) | |
download | upstream-eb20a1b8bb631084b9a70126eac2a6e32c3f3565.tar.gz upstream-eb20a1b8bb631084b9a70126eac2a6e32c3f3565.tar.bz2 upstream-eb20a1b8bb631084b9a70126eac2a6e32c3f3565.zip |
gemini: only provide squashfs image for storlink-derivates
The itian sq201, raidsonic ib-4220-b and storlink sl93512r
can't boot from ext4. This is because the rootfstype in the
device-tree bootargs is set to "squashfs,jffs2". (And ext4
was not designed for raw NOR flash chips).
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 9906808c9e..c84f1926dd 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -181,6 +181,7 @@ define Device/storlink-reference COMPILE := copy-kernel-$(1).bin COMPILE/copy-kernel-$(1).bin := copy-kernel.bin IMAGES := factory.bin + FILESYSTEMS := squashfs IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 6144k | \ storlink-default-images $(1) DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) |