Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add build options
  • Loading branch information
jtinov authored Jan 25, 2021
1 parent 6f97fcb commit 1f4be87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ Edgerouter 2.0.9 with dhcpd3 4.1-ESV-R15-P1 is not really a new version either.

The patches were taken from the edgeos-vyatta-dhcp source code.
Currently tested on USG-XG-8.

## Building the binaries
```
$ wget https://buildroot.org/downloads/buildroot-2020.11.1.tar.gz
$ tar -xvzf buildroot-2020.11.1.tar.gz
$ cd buildroot-2020.11.1
$ wget https://raw.githubusercontent.com/jtinov/usg-dhcpd/main/.config
$ cd package/dhcp
$ wget https://raw.githubusercontent.com/jtinov/usg-dhcpd/main/0002-vyatta-db.patch
$ wget https://raw.githubusercontent.com/jtinov/usg-dhcpd/main/0003-vyatta-server.patch
$ cd ../..
$ make
```


0 comments on commit 1f4be87

Please sign in to comment.