From 44c6b07f77d40d4850f5cf50196f0f118fa33b4f Mon Sep 17 00:00:00 2001 From: George <57254463+zhoreeq@users.noreply.github.com> Date: Mon, 18 Nov 2019 10:57:44 -0500 Subject: [PATCH] luci-app-cjdns: Add luci-compat requirement After 284918bfaf2f6d7e46fb11377bb9a537b35dd58a commit in openwrt/luci, every app which uses cbi requires luci-compat package. Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com> --- luci-app-cjdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-cjdns/Makefile b/luci-app-cjdns/Makefile index b42feb4..bbc367e 100644 --- a/luci-app-cjdns/Makefile +++ b/luci-app-cjdns/Makefile @@ -31,7 +31,7 @@ define Package/luci-app-cjdns SUBMENU:=3. Applications TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns - DEPENDS:=+cjdns +luci-base + DEPENDS:=+cjdns +luci-compat +luci-base endef define Package/luci-app-cjdns/description