Browse Source

Merge pull request #4389 from sartura/netopeer2-openssl-dependency

netopeer2-keystored: add new dependency
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
63d1cbd899
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/netopeer2/Makefile

+ 1
- 1
net/netopeer2/Makefile View File

@ -64,7 +64,7 @@ define Package/netopeer2-keystored
CATEGORY:=Utilities
TITLE:=Netopeer2 key store management
URL:=$(PKG_SOURCE_URL)
DEPENDS:=+libopenssl +libsysrepo +sysrepo +sysrepocfg +sysrepoctl +SSH_KEYS:openssh-keygen
DEPENDS:=+libopenssl +libsysrepo +sysrepo +sysrepocfg +sysrepoctl +SSH_KEYS:openssh-keygen +SSH_KEYS:openssl-util
MENU:=1
endef


Loading…
Cancel
Save