From 22a7cbf575b18b6e5eaf62da80be924f561694e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6der?= Date: Tue, 1 Sep 2015 10:37:20 +0200 Subject: [PATCH] Fix circular dependency --- ifsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifsi/Makefile b/ifsi/Makefile index a43731551..0c04f9d76 100644 --- a/ifsi/Makefile +++ b/ifsi/Makefile @@ -18,7 +18,7 @@ LDFLAGS+= \ define Package/ifsi CATEGORY:=Utilities - DEPENDS:=libubox +ubus + DEPENDS:=+ubus +libubox TITLE:=Inteno Functional Script Interface endef