From 5f0b3b61a06e19a1da8ddd3ec89c8b9845d02a6d Mon Sep 17 00:00:00 2001 From: Mike Maraya Date: Sat, 6 Apr 2019 21:34:58 +0000 Subject: [PATCH] fixed markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90b8371..933809b 100644 --- a/README.md +++ b/README.md @@ -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