mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
auc: sync with server API
Drop pre-ucert signature verification. HTTPS is optional now as integrity can also be provided using ucert. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+3
-3
@@ -5,8 +5,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=auc
|
||||
PKG_VERSION:=0.0.9
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -17,7 +17,7 @@ define Package/auc
|
||||
CATEGORY:=Base system
|
||||
TITLE:=Attended sysUpgrade CLI (EXPERIMENTAL)
|
||||
DEPENDS:=+attendedsysupgrade-common +libblobmsg-json +libubox +libubus \
|
||||
+libuci +libuclient +rpcd-mod-rpcsys
|
||||
+libuci +libuclient +rpcd-mod-rpcsys +ucert
|
||||
endef
|
||||
|
||||
define Package/auc/description
|
||||
|
||||
Reference in New Issue
Block a user