From ca84b8d0a7597157b2e6a4a8d32750fb20b082e8 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 18 Apr 2018 20:35:16 +0100 Subject: [PATCH] readme: typo BR2_SOME_OPTION --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6375e4f..31cfbbd 100644 --- a/README.adoc +++ b/README.adoc @@ -4619,7 +4619,7 @@ dmesg We provide the following mechanisms: * `./build -b data/br2`: append the Buildroot configuration file `data/br2` to a single build. Must be passed every time you run `./build`. The format is the same as link:br2[]. -* `./build -B 'BR2_SOM_OPTION="myval"'`: append a single option to a single build. +* `./build -B 'BR2_SOME_OPTION="myval"'`: append a single option to a single build. You will then likely want to make those more permanent with: <>