The following patch series tries to improve the creation of ext4 root filesystem images.
It can also be pulled from: https://github.com/mhei/openwrt/tree/ext4images Michael Heimpold (5): tools: genext2fs: add support for blocksize != 1024 image: ext4: move ext4 specific options into submenu image: ext4: allow to choose a block size for the rootfs image: ext4: allow creation of a journaling filesystem image: ext4: rename config options as these are only used for ext4 image creation config/Config-images.in | 62 ++- include/image.mk | 6 +- tools/genext2fs/patches/100-c99_scanf.patch | 21 + tools/genext2fs/patches/200-autoconf.patch | 13 + .../genext2fs/patches/300-blocksize-creator.patch | 558 ++++++++++++++++++++ tools/genext2fs/patches/400-byteswap_fix.patch | 44 ++ 6 files changed, 686 insertions(+), 18 deletions(-) create mode 100644 tools/genext2fs/patches/100-c99_scanf.patch create mode 100644 tools/genext2fs/patches/200-autoconf.patch create mode 100644 tools/genext2fs/patches/300-blocksize-creator.patch create mode 100644 tools/genext2fs/patches/400-byteswap_fix.patch -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
