openwrt: get rid of the default router packages

- removes e.g. dnsmasq, firewall
- needs to add some of the basic packages to fff-base

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Tobias Klaus <tk+ff@meskal.net>
This commit is contained in:
Tim Niemeyer 2017-01-16 21:50:55 +01:00 committed by Tobias Klaus
parent 74bc7e7949
commit abf995eaeb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 \