Skip to content

Commit

Permalink
defconfig: r3: increase filesystem and add compression
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jul 20, 2024
1 parent b84205c commit 1da3c09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/BPI-R3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ BR2_PACKAGE_F2FS_TOOLS=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS=y
BR2_TARGET_ROOTFS_EXT2_SIZE="80M"

BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_GPTFDISK=y
Expand Down Expand Up @@ -76,3 +77,7 @@ BR2_PACKAGE_EUDEV=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_PACKAGE_LIBBLOCKDEV=y
BR2_PACKAGE_LVM2=y

BR2_PACKAGE_ZSTD=y
BR2_PACKAGE_LZ4=y
BR2_PACKAGE_XZ=y

0 comments on commit 1da3c09

Please sign in to comment.