diff --git a/cjdns/Makefile b/cjdns/Makefile index 267c4af..2674c45 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -37,7 +37,7 @@ define Package/cjdns SUBMENU:=Routing and Redirection TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns - MAINTAINER:=Lars Gierth + MAINTAINER:=William Fleurant DEPENDS:=@!arc @IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ +libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2 endef diff --git a/luci-app-cjdns/Makefile b/luci-app-cjdns/Makefile index 9c92151..846910f 100644 --- a/luci-app-cjdns/Makefile +++ b/luci-app-cjdns/Makefile @@ -30,7 +30,7 @@ define Package/luci-app-cjdns SUBMENU:=3. Applications TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns - MAINTAINER:=Lars Gierth + MAINTAINER:=William Fleurant DEPENDS:=+cjdns +luci-base endef