From d5cb0625deb50e27abfd8394bd0a11109832e1ee Mon Sep 17 00:00:00 2001 From: albi <albi@albi.info> Date: Sat, 17 Aug 2019 13:14:05 +0200 Subject: [PATCH] isc dhcp relay --- buildall.sh | 14 +------------- site.mk | 3 ++- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/buildall.sh b/buildall.sh index a1afd1c..755b7ac 100755 --- a/buildall.sh +++ b/buildall.sh @@ -6,19 +6,7 @@ set -o pipefail branch=nightly TARGETS=( - ar71xx-generic - ar71xx-nand - ar71xx-tiny - brcm2708-bcm2708 - brcm2708-bcm2709 - ipq40xx - mpc85xx-generic - ramips-mt7620 - ramips-mt76x8 -# ramips-rt305x # build fails - x86-64 - x86-generic - x86-geode + ar71xx-generic ) sitedir=$(readlink -f $(dirname $0)) diff --git a/site.mk b/site.mk index 7c0b5c4..3fd4f38 100644 --- a/site.mk +++ b/site.mk @@ -23,7 +23,8 @@ GLUON_SITE_PACKAGES := \ iptables \ iwinfo \ ffs-set-segment \ - ffs-watchdog + ffs-watchdog \ + isc-dhcp-relay-ipv4 \ # add addition network drivers and usb support only to targes where disk space does not matter. ifeq ($(GLUON_TARGET),x86-generic) -- GitLab