Browse Source

uacme: add libev dependency to uacme-ualpn

The dependency has a PACKAGE_uacme-ualpn condition so that libev won't
be unnecessarily built if uacme-ualpn is not selected.

Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the
libev that is bundled with uacme.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 1642b68d45)
lilik-openwrt-22.03
Eneas U de Queiroz 2 years ago
committed by Rosen Penev
parent
commit
dfaa4bad50
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/uacme/Makefile

+ 1
- 1
net/uacme/Makefile View File

@ -53,7 +53,7 @@ endef
define Package/uacme-ualpn
$(call Package/uacme/Default)
DEPENDS:=+uacme
DEPENDS:=+uacme +PACKAGE_uacme-ualpn:libev
TITLE:=ualpn for uacme
URL:=https://github.com/ndilieto/uacme
endef


Loading…
Cancel
Save