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>
This commit is contained in:
George 2019-11-18 10:57:44 -05:00 committed by GitHub
parent 102ae19b73
commit 44c6b07f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ define Package/luci-app-cjdns
SUBMENU:=3. Applications SUBMENU:=3. Applications
TITLE:=Encrypted near-zero-conf mesh routing protocol TITLE:=Encrypted near-zero-conf mesh routing protocol
URL:=https://github.com/cjdelisle/cjdns URL:=https://github.com/cjdelisle/cjdns
DEPENDS:=+cjdns +luci-base DEPENDS:=+cjdns +luci-compat +luci-base
endef endef
define Package/luci-app-cjdns/description define Package/luci-app-cjdns/description