gluon-l3roamd: fix incorrect dependency

gluon-mesh-babel is not merged yet, and once it is, this would lead to a
circular dependency.
This commit is contained in:
Matthias Schiffer 2017-07-09 13:12:58 +02:00
parent 9ae2be7b55
commit 3fd4ee99c3
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ define Package/gluon-l3roamd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Configure l3roamd for babel
DEPENDS:=+gluon-core +gluon-mesh-babel +l3roamd
DEPENDS:=+gluon-core +l3roamd
endef
define Build/Prepare