add depends for gluon-radvd-provider

This commit is contained in:
Christof Schulze 2016-05-12 15:06:13 +02:00
parent 9950251e6f
commit 43c446fcae
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ define Package/gluon-mesh-batman-adv-core
CATEGORY:=Gluon
TITLE:=Support for batman-adv meshing (core)
DEPENDS:=+gluon-core +libgluonutil +gluon-client-bridge +firewall +libiwinfo
PROVIDES:=gluon-radvd-provider
endef
define Build/Prepare

View File

@ -11,7 +11,7 @@ define Package/gluon-radvd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Advertise an IPv6 prefix from the node
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd +gluon-radvd-provider
endef
define Package/gluon-radvd/description