mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
ucert: add PROVIDES also for minimal 'ucert' package
Otherwise ucert-full gets selected instead of ucert when depending on ucert. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
9f818cb002
commit
69d3c7e6da
@ -47,6 +47,7 @@ define Package/ucert
|
|||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+usign +libubox
|
DEPENDS:=+usign +libubox
|
||||||
TITLE:=OpenWrt certificate verification utility
|
TITLE:=OpenWrt certificate verification utility
|
||||||
|
PROVIDES:=ucert
|
||||||
CONFLICTS:=ucert-full
|
CONFLICTS:=ucert-full
|
||||||
VARIANT:=tiny
|
VARIANT:=tiny
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user