From 04d8775ee35a6bd8df85f7de5a80ce3261b146d4 Mon Sep 17 00:00:00 2001 From: Steven Noble Date: Fri, 29 Jan 2016 15:11:48 -0800 Subject: [PATCH] updated buildroot configs to include SquashFS support --- .../initrds/buildroot/builds/buildroot.config-powerpc | 10 +++++++--- .../initrds/buildroot/builds/buildroot.config-x86_64 | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/packages/base/any/initrds/buildroot/builds/buildroot.config-powerpc b/packages/base/any/initrds/buildroot/builds/buildroot.config-powerpc index 74334564..a493261a 100644 --- a/packages/base/any/initrds/buildroot/builds/buildroot.config-powerpc +++ b/packages/base/any/initrds/buildroot/builds/buildroot.config-powerpc @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Buildroot 2013.02-rc2-dirty Configuration +# Buildroot 2013.02-rc2-g5e1a5c1-dirty Configuration # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -85,7 +85,7 @@ BR2_HOST_DIR="$(BASE_DIR)/host" # Mirrors and Download locations # BR2_PRIMARY_SITE="$(BUILDROOTMIRROR)" -BR2_PRIMARY_SITE_ONLY=n +# BR2_PRIMARY_SITE_ONLY is not set BR2_BACKUP_SITE="https://raw.githubusercontent.com/opennetworklinux/buildroot-download-cache/master/dl" BR2_KERNEL_MIRROR="http://www.kernel.org/pub/" BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" @@ -482,7 +482,11 @@ BR2_PACKAGE_MTD_UBIRMVOL=y BR2_PACKAGE_MTD_UBIUPDATEVOL=y # BR2_PACKAGE_NFS_UTILS is not set # BR2_PACKAGE_NTFS_3G is not set -# BR2_PACKAGE_SQUASHFS is not set +BR2_PACKAGE_SQUASHFS=y +BR2_PACKAGE_SQUASHFS_GZIP=y +# BR2_PACKAGE_SQUASHFS_LZMA is not set +# BR2_PACKAGE_SQUASHFS_LZO is not set +# BR2_PACKAGE_SQUASHFS_XZ is not set # BR2_PACKAGE_SSHFS is not set # BR2_PACKAGE_UNIONFS is not set # BR2_PACKAGE_XFSPROGS is not set diff --git a/packages/base/any/initrds/buildroot/builds/buildroot.config-x86_64 b/packages/base/any/initrds/buildroot/builds/buildroot.config-x86_64 index 0f008093..6194cb4a 100644 --- a/packages/base/any/initrds/buildroot/builds/buildroot.config-x86_64 +++ b/packages/base/any/initrds/buildroot/builds/buildroot.config-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Buildroot 2013.02-rc2-dirty Configuration +# Buildroot 2013.02-rc2-g5e1a5c1-dirty Configuration # BR2_HAVE_DOT_CONFIG=y BR2_ARCH_IS_64=y @@ -456,7 +456,11 @@ BR2_PACKAGE_MTD_UBIRMVOL=y BR2_PACKAGE_MTD_UBIUPDATEVOL=y # BR2_PACKAGE_NFS_UTILS is not set # BR2_PACKAGE_NTFS_3G is not set -# BR2_PACKAGE_SQUASHFS is not set +BR2_PACKAGE_SQUASHFS=y +BR2_PACKAGE_SQUASHFS_GZIP=y +# BR2_PACKAGE_SQUASHFS_LZMA is not set +# BR2_PACKAGE_SQUASHFS_LZO is not set +# BR2_PACKAGE_SQUASHFS_XZ is not set # BR2_PACKAGE_SSHFS is not set # BR2_PACKAGE_UNIONFS is not set # BR2_PACKAGE_XFSPROGS is not set