Skip to content

Commit

Permalink
Merge pull request #11 from decidedlygray/master
Browse files Browse the repository at this point in the history
Fixed broken buildroot link
  • Loading branch information
kernelzeroday authored Oct 8, 2018
2 parents 2345d08 + 439a468 commit dd54ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@ Building is litterally 3 commands <br>
**Step 1:** <br>
$ make clean <br>
**Step 2:** <br>
$ make menuconfig
$ make menuconfig <br>
-- Configure your build <br>
-- Choose applets to include
-- Choose applets to include <br>
-- If we're cross compiling see below... <br>
**Step 3:** <br>
$ make <br>
Expand All @@ -413,7 +413,7 @@ To install, run ./busybox --install -s /path/to/wherever
#### Cross Compiling
Cross-compiling busybo* is easy. First, you need a toolchain. <br>
**Step 1:** <br>
Grab the latest [buildroot](https://download.buildroot.org) and build it (same as above, $ make clean;make menuconfig;make) <br>
Grab the latest [buildroot](https://buildroot.org/download.html) and build it (same as above, $ make clean;make menuconfig;make) <br>
**Step 2** <br>
Configure with *make menuconfig* -- Specifically, tell busybotnet where your *toolchain and sysroot* are located. <br>
**Step 3** <br>
Expand Down

0 comments on commit dd54ba0

Please sign in to comment.