Forráskód Böngészése

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 <[email protected]>
Daniel Golle 6 éve
szülő
commit
69d3c7e6da
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      package/system/ucert/Makefile

+ 1 - 0
package/system/ucert/Makefile

@@ -47,6 +47,7 @@ define Package/ucert
   CATEGORY:=Base system
   DEPENDS:=+usign +libubox
   TITLE:=OpenWrt certificate verification utility
+  PROVIDES:=ucert
   CONFLICTS:=ucert-full
   VARIANT:=tiny
 endef