From 78dd7074da445c6cd85adb902b6ea42f671efa9b Mon Sep 17 00:00:00 2001 From: oliverpool Date: Thu, 24 Mar 2022 18:16:07 +0100 Subject: [PATCH] document squashfs config --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61bbde7..76eb86a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ go run cmd/compile/main.go It will compile the kernel located in `linux-sources` and copy the resulting files in the `dist` folder. +It uses default kernel config (`make bcmrpi_defconfig`), as recommended by the [official documentation](https://www.raspberrypi.com/documentation/computers/linux_kernel.html#cross-compiling-the-kernel), with the addition of the SquashFS module (`CONFIG_SQUASHFS`, which is required for gokrazy). + ## Update check ```