fff: depend on new fff- packages

- fff-batman-adv-legacy
- fff-fastd
- fff-firewall

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Tobias Klaus <tk+ff@meskal.net>
Tested-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Jan Kraus <mayosemmel@gmail.com>
This commit is contained in:
Tim Niemeyer 2016-04-05 21:56:46 +02:00 committed by Tobias Klaus
parent b61830c304
commit 329a45c22b
1 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fff
PKG_VERSION:=0.0.1
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/fff
@ -14,7 +14,13 @@ define Package/fff-base
DEFAULT:=y
TITLE:= Freifunk-Franken Base
URL:=http://www.freifunk-franken.de
DEPENDS:=+micrond +fff-nodewatcher +fff-web +fff-uradvd
DEPENDS:=+micrond \
+fff-nodewatcher \
+fff-web \
+fff-uradvd \
+fff-batman-adv-legacy \
+fff-fastd \
+fff-firewall
endef
define Package/fff-base/description