This series contains some fixes for issues I stumbled upon as well as some quite untested UBIFS rootfs support.
Phil Sutter (15): package/screen: fix build package/asterisk: Fix build toolchain: gcc: 5.4.0: fix patch formatting target: ADK_TARGET_ROOTFS_GENIMAGE fails without ADK_TARGET_QEMU_WITH_BOOTLOADER package/grub: Fix grub.cfg mk/image.mk: Fix calling mkfs.jffs2 target: Fix for incorrect post make instructions mk/host-bottom: Introduce HOST_CONFIG_STYLE mk/host-bottom: Introduce HOST_INSTALL_STYLE package/zlib: Enable host-package package/mtd-utils: Enable UBIFS support in host build target/linux/config: Allow enabling UBIFS support Introduce kernel2minor package target/config: Allow targets to require kernel2minor host package Implement UBIFS rootfs support
mk/host-bottom.mk | 20 +++++++----- mk/image.mk | 21 +++++++++++- mk/rootfs.mk | 1 + package/asterisk/Makefile | 2 +- package/grub/files/grub.cfg | 10 ++++-- package/kernel2minor/Makefile | 38 ++++++++++++++++++++++ package/mtd-utils/Makefile | 14 ++++---- package/screen/Makefile | 1 + package/screen/patches/patch-screen_h | 11 +++++++ package/zlib/Makefile | 24 ++++++++++++++ target/config/Config.in.rootfs | 10 ++++++ target/config/Config.in.tools | 9 +++++ target/linux/config/Config.in.flash | 23 ++++++++++++- target/linux/config/Config.in.fs | 14 ++++++++ target/mips/Makefile | 8 +++++ target/x86/Makefile | 3 +- target/x86_64/Makefile | 1 + .../5.4.0/microblaze-enable-dwarf-eh-support.patch | 4 +-- 18 files changed, 192 insertions(+), 22 deletions(-) create mode 100644 package/kernel2minor/Makefile create mode 100644 package/screen/patches/patch-screen_h