diff --git a/docs/BUILD.md b/docs/BUILD.md index c8d8767..769b892 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -19,7 +19,6 @@ Dependencies for other distros are listed here: * https://openwrt.org/docs/guide-developer/build-system/install-buildsystem#examp - Get current: ``` @@ -96,16 +95,10 @@ Clone OpenWRT sources, around ~300 megs: ``` git clone https://git.openwrt.org/openwrt/openwrt.git -``` - -Pull in more needful things: - -``` cd openwrt -./scripts/feeds update -a -./scripts/feeds install -a ``` + Add Maxwell source code, around ~5 megs, to `openwrt` directory: ``` @@ -149,6 +142,14 @@ git checkout b52b4afa15 TODO: Add more versions, newer releases. +Pull in more needful things: + +``` +# Takes about ~1 min: +./scripts/feeds update -a +# Takes less than 1 min: +./scripts/feeds install -a +``` To build, run the build script with one of these options.