From 63398671fa8daef7deb59b66e44bc5515062c4aa Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 21 Nov 2018 20:31:54 +0200 Subject: [PATCH] Enable resize2fs package --- configs/bananapim1_defconfig | 3 ++- configs/nanopineo2_defconfig | 1 + configs/nanopineo_defconfig | 1 + configs/odroidc1_defconfig | 1 + configs/odroidc2_defconfig | 1 + configs/odroidxu4_defconfig | 1 + configs/orangepione_defconfig | 1 + configs/pine64_defconfig | 1 + configs/raspberrypi2_defconfig | 1 + configs/raspberrypi3_defconfig | 1 + configs/raspberrypi_defconfig | 1 + 11 files changed, 12 insertions(+), 1 deletion(-) diff --git a/configs/bananapim1_defconfig b/configs/bananapim1_defconfig index 70df8ffdc2..0ef78b1aee 100644 --- a/configs/bananapim1_defconfig +++ b/configs/bananapim1_defconfig @@ -12,7 +12,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/bananapim1/overlay" BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.70" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.136" BR2_LINUX_KERNEL_PATCH="board/bananapim1/linux-usb-host.patch.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/bananapim1/kernel.config" @@ -27,6 +27,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/nanopineo2_defconfig b/configs/nanopineo2_defconfig index e7e4b1945d..48f5505c70 100644 --- a/configs/nanopineo2_defconfig +++ b/configs/nanopineo2_defconfig @@ -20,6 +20,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/nanopineo_defconfig b/configs/nanopineo_defconfig index f93cadd862..cd1eeaf185 100644 --- a/configs/nanopineo_defconfig +++ b/configs/nanopineo_defconfig @@ -21,6 +21,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/odroidc1_defconfig b/configs/odroidc1_defconfig index 20f6f33978..2f9ce7af2d 100644 --- a/configs/odroidc1_defconfig +++ b/configs/odroidc1_defconfig @@ -34,6 +34,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig index 1f18836569..6d34f8e3a8 100644 --- a/configs/odroidc2_defconfig +++ b/configs/odroidc2_defconfig @@ -21,6 +21,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/odroidxu4_defconfig b/configs/odroidxu4_defconfig index ae1d913299..2a6331b0ab 100644 --- a/configs/odroidxu4_defconfig +++ b/configs/odroidxu4_defconfig @@ -23,6 +23,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/orangepione_defconfig b/configs/orangepione_defconfig index a33e26d69a..332615f2ac 100644 --- a/configs/orangepione_defconfig +++ b/configs/orangepione_defconfig @@ -24,6 +24,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/pine64_defconfig b/configs/pine64_defconfig index eb872d24b3..9647f7d3cb 100644 --- a/configs/pine64_defconfig +++ b/configs/pine64_defconfig @@ -20,6 +20,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 221a5e87a5..9413f8328d 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -23,6 +23,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig index ace3079ad2..8c20f9faf9 100644 --- a/configs/raspberrypi3_defconfig +++ b/configs/raspberrypi3_defconfig @@ -23,6 +23,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index e4be298d26..76edf8785b 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -30,6 +30,7 @@ BR2_PACKAGE_ALSA_UTILS_APLAY=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y BR2_PACKAGE_E2FSPROGS=y +BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y BR2_PACKAGE_NTFS_3G=y BR2_PACKAGE_B43_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y