Skip to content
Snippets Groups Projects
Unverified Commit 3fd4ee99 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-l3roamd: fix incorrect dependency

gluon-mesh-babel is not merged yet, and once it is, this would lead to a
circular dependency.
parent 9ae2be7b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment