From 13f74abdb64537b2767bfaadf76c45f35651b024 Mon Sep 17 00:00:00 2001 From: lemmi Date: Sun, 8 Oct 2023 21:50:18 +0200 Subject: [PATCH] rpi-kernel: make btrfs built-in module This allows booting from btrfs partitions. Adds around 120kB to the uncompressed package size. --- srcpkgs/rpi-kernel/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template index 2fa1bb54b683e..bd135721a61af 100644 --- a/srcpkgs/rpi-kernel/template +++ b/srcpkgs/rpi-kernel/template @@ -13,7 +13,7 @@ # Upstream documentation: https://www.raspberrypi.com/documentation/computers/linux_kernel.html pkgname=rpi-kernel version=6.1.54 -revision=1 +revision=2 _githash=fad58933544bb2a7b7db92847c25c79a83171fa6 archs="armv6l* armv7l* aarch64*" hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz" @@ -113,6 +113,8 @@ do_configure() { CONFIG_LZ4_COMPRESS=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_RNG_DEFAULT=y + CONFIG_BTRFS_FS=y + CONFIG_BTRFS_POSIX_ACL=y ! while read -r line; do