From 40a99a5f07cd60626169353adad3515d12fd4fe1 Mon Sep 17 00:00:00 2001 From: xSmurf Date: Tue, 20 Oct 2015 17:01:41 +0000 Subject: [PATCH] Fixed formatting... --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eedded..40139e5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It includes three different configuration: the default config `coreboot_defconfi Some of the coreboot utility (ie: cbfstool, ifdtool, and nvramtool) packages are built from a local source. you will need to edit this path in `packages/coreboot/*/*.mk` +``` $ git clone https://github.com/xsmurf/coreboot_buildroot_project.git $ export BR_PROJECT=$PWD/coreboot_buildroot_project $ wget @@ -13,6 +14,7 @@ $ tar -xjf $ cd $ make BR2_EXTERNAL=$BR_PROJECT coreboot_defconfig $ make +``` After making changes in buildroot with `make menuconfig`, `make linux-menuconfig`, or `make busybox-menuconfig`, you use the included `$BR_PROJECT/scripts/save.sh` to export your changes back to the project.