diff --git a/buildscript b/buildscript
index 7e56ba7075ff9c436e2e9d6fe4ebcdb477c95b6a..152c4c39d465fe5dd00286781232bcde0c6ff812 100755
--- a/buildscript
+++ b/buildscript
@@ -44,6 +44,9 @@ FFF_PKGS="-a"
 
 FEEDS=(OPENWRT ROUTING GLUON FFF)
 
+# Disable dnsmasq and other useless stuff
+export DEVICE_TYPE=
+
 checkout_git(){
     local DIRECTORY=$1
     local REPO_URL=$2
diff --git a/src/packages/fff/fff/Makefile b/src/packages/fff/fff/Makefile
index a5b7df52c452c1d8fa397fb7e6e72d42524f20ec..b039c2dfd548358f327853dad8ce76cbcff08b50 100644
--- a/src/packages/fff/fff/Makefile
+++ b/src/packages/fff/fff/Makefile
@@ -14,7 +14,10 @@ define Package/fff-base
     DEFAULT:=y
     TITLE:= Freifunk-Franken Base
     URL:=http://www.freifunk-franken.de
-    DEPENDS:=+micrond \
+    DEPENDS:=+iptables \
+             +ip6tables \
+             +odhcp6c \
+             +micrond \
              +fff-nodewatcher \
              +fff-web \
              +fff-uradvd \