Преглед на файлове

gluon-l3roamd: fix incorrect dependency

gluon-mesh-babel is not merged yet, and once it is, this would lead to a
circular dependency.
Matthias Schiffer преди 6 години
родител
ревизия
3fd4ee99c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package/gluon-l3roamd/Makefile

+ 1 - 1
package/gluon-l3roamd/Makefile

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