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

Commit

Permalink
fixed URLs and Ubuntu 18.04 include
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaraya committed Apr 6, 2019
1 parent 5f0b3b6 commit 13dada9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ Build Prerequisites

To compile the OpenWrt package, you will need the following:

* [OpenWrt SDK](http://wiki.openwrt.org/doc/howto/obtain.firmware.sdk)
* ccache
* [OpenWrt SDK](https://openwrt.org/docs/guide-developer/using_the_sdk)
* libpcap-dev

Build Instructions
------------------

1. Download [OpenWrt SDK](http://wiki.openwrt.org/doc/howto/obtain.firmware.sdk) and link/rename it openwrt-sdk
1. Download [OpenWrt SDK](https://openwrt.org/docs/guide-developer/using_the_sdk#obtain_the_sdk)
and link/rename it openwrt-sdk
2. Install libpcap
```sh
./scripts/feeds update -a
Expand Down Expand Up @@ -109,5 +109,10 @@ Please submit questions, comments, bugs, enhancement requests at https://github.
Disclaimer
----------

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1 change: 1 addition & 0 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <time.h>
#include <linux/limits.h>

#define OPTION_MAX 254 /* max value for program options */
Expand Down

0 comments on commit 13dada9

Please sign in to comment.