From 09c356497a0035e564f700718d7bf11997608d80 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 30 Aug 2021 07:45:34 +0300 Subject: [PATCH] Update ipctool version and ssc335_initramfs_defconfig --- .../configs/unknown_unknown_ssc335_initramfs_defconfig | 2 ++ general/package/ipctool/ipctool.mk | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_initramfs_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_initramfs_defconfig index 81ddddff..17ad17b6 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_initramfs_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_initramfs_defconfig @@ -29,6 +29,8 @@ BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER_LIST="$(BR2_EXTERNAL_SIGMASTAR_PATH)/boar # Filesystem BR2_TARGET_ROOTFS_INITRAMFS=y +BR2_TARGET_ROOTFS_SQUASHFS=y +BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y BR2_ROOTFS_OVERLAY="$(TOPDIR)/../general/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="$(TOPDIR)/../scripts/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh $(TOPDIR)/../scripts/executing_commands_for_initramfs.sh" diff --git a/general/package/ipctool/ipctool.mk b/general/package/ipctool/ipctool.mk index 5b29813e..99d8346d 100644 --- a/general/package/ipctool/ipctool.mk +++ b/general/package/ipctool/ipctool.mk @@ -1,10 +1,10 @@ ################################################################################ # -# ipctool | updated 2021.08.22 +# ipctool | updated 2021.08.29 # ################################################################################ -IPCTOOL_VERSION = 2656168cc08c49258e05c9d0f643bf02a566e3fd +IPCTOOL_VERSION = 0fceea1e8975c4fb45f6cd1788cf41aabea29dc8 IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION)) IPCTOOL_LICENSE = MIT IPCTOOL_LICENSE_FILES = LICENSE