mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
cjdns: luci-app-cjdns: fix up Makefiles, bump pkg vers (#526)
* cjdns: luci-app-cjdns: fix up Makefiles, bump pkg vers * cjdns: remove excess PKG_* variables Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
@@ -18,9 +18,10 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-cjdns
|
||||
PKG_VERSION:=1.3
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -30,16 +31,13 @@ define Package/luci-app-cjdns
|
||||
SUBMENU:=3. Applications
|
||||
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
||||
URL:=https://github.com/cjdelisle/cjdns
|
||||
MAINTAINER:=William Fleurant <meshnet@protonmail.com>
|
||||
DEPENDS:=+cjdns +luci-base
|
||||
endef
|
||||
|
||||
define Package/luci-app-cjdns/description
|
||||
This package allows you to configure and inspect cjdns networking using LuCI.
|
||||
|
||||
Cjdns implements an encrypted IPv6 network using public-key cryptography
|
||||
for address allocation and a distributed hash table for routing.
|
||||
This provides near-zero-configuration networking, and prevents many
|
||||
Cjdns implements an encrypted IPv6 network using public-key cryptography \
|
||||
for address allocation and a distributed hash table for routing. \
|
||||
This provides near-zero-configuration networking, and prevents many \
|
||||
of the security and scalability issues that plague existing networks.
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user