From: Yangbo Lu Date: Mon, 8 Jan 2018 04:12:16 +0000 (+0800) Subject: layerscape: update build guide in README X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=5f36f3193f793d9963d01da6796dcbb8d10edc99;p=openwrt%2Fstaging%2Fkaloz.git layerscape: update build guide in README Added package feeds updating and installing in build guide of README. Signed-off-by: Yangbo Lu --- diff --git a/target/linux/layerscape/README b/target/linux/layerscape/README index eaeee32e8c..ecef32ba6a 100644 --- a/target/linux/layerscape/README +++ b/target/linux/layerscape/README @@ -12,6 +12,10 @@ Layerscape Quick Start 2. Build -------- +Before configuration and build, update and install package feeds. + +$ ./scripts/feeds update -a +$ ./scripts/feeds install -a 2.1 make menuconfig -------------------