diff --git a/buildall.sh b/buildall.sh
index a1afd1cc8246123527649d94c2febf5a081e7d76..755b7acfa0503759162f763a18d2dce9304a6ae7 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 7c0b5c4f6780928cdacbe3136f6b3f2dadc6c008..3fd4f386eb3eb7df14cebd432a4fe435ee83d240 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)