From 6b4394f0754b49b21a4f4c07763cd32813902519 Mon Sep 17 00:00:00 2001 From: xSmurf Date: Tue, 20 Oct 2015 17:26:54 +0000 Subject: [PATCH] typo... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5307a50..2d324c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Coreboot Buildroot -This repostory contains [buildroot](http://buildroot.uclibc.org/) configurations, patches, and additions meant to build a useful linux+busybox distribution which can be embedded on the eeprom of ThinkPad X220/X230 machines running [Coreboot](https://www.coreboot.org). +This repostory contains [buildroot](http://buildroot.uclibc.org/) configurations, patches, and additions meant to build a useful linux+busybox distribution which can be embedded on the flash memory of ThinkPad X220/X230 machines running [Coreboot](https://www.coreboot.org). It includes three different configuration: the default config `coreboot_defconfig`, a minimal config `coreboot_minimal_defconfig` which can fit on the X230 without hardware modifications (but lacks some extra goodies), and a grsec configuration for both of these.