Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaraya committed Apr 6, 2019
1 parent aa85292 commit 5f0b3b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ Build Instructions

1. Download [OpenWrt SDK](http://wiki.openwrt.org/doc/howto/obtain.firmware.sdk) and link/rename it openwrt-sdk
2. Install libpcap
```
```sh
./scripts/feeds update -a
./scripts/feeds install libpcap
```
2. Create the directory openwrt-sdk/package/port-mirroring/
3. Create a link to port-mirroring/openwrt/Makefile in openwrt-sdk/package/port-mirroring/
4. Customize port-mirroring/openwrt/Makefile to your build environment
5. Run the following commands from your openwrt-sdk directory:
```
```sh
rm dl/port-mirroring-1.4.3.tar.bz2
make -j1 V=s package/port-mirroring/clean
make -j1 V=s package/port-mirroring/compile
``` ```
```
6. If everything works, you should find your package in openwrt-sdk/bin/ar71xx/packages/base/

License
Expand Down

0 comments on commit 5f0b3b6

Please sign in to comment.