From 1f4be872a4a1a3900a0b0ae38fea4f2fda84b6e6 Mon Sep 17 00:00:00 2001 From: Jens Tino V <77984533+jtinov@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:51:07 +0100 Subject: [PATCH] Update README.md Add build options --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 548b4e7..57a8ee5 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +