From 422bd996114abe3ca70018b60ceeaea864519795 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Sun, 2 Apr 2023 12:20:25 -0400 Subject: [PATCH] Update building.md --- en/building.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/building.md b/en/building.md index fa5432f..8bd327e 100644 --- a/en/building.md +++ b/en/building.md @@ -154,10 +154,10 @@ as Buildroot manual states, implies `br--rebuild`, these targets as well as `` only act on the said package, and do not trigger re-creating the root filesystem image. If re-creating the root filesystem in necessary, one should in addition run -`make` or `make all`. +`make br-all`. -Run `make br-linux-rebuild all` to rebuild Linux kernel image, -`make br-busybox-rebuild all` to rebuild busybox and pack it into a rootfs image. +Run `make br-linux-rebuild br-all` to rebuild Linux kernel image, +`make br-busybox-rebuild br-all` to rebuild busybox and pack it into a rootfs image. Making changes to Buildroot packages ------------------------------------