Skip to content

Commit

Permalink
openvpn-easy-rsa: add required deps
Browse files Browse the repository at this point in the history
Without date command, easyrsa will fail with:

   date: invalid date ''

Also without stty:

  /usr/bin/easyrsa: line 435: stty: not found
  • Loading branch information
gsanchietti committed Oct 31, 2023
1 parent bfc2c59 commit df591fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openvpn-easy-rsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define Package/openvpn-easy-rsa
CATEGORY:=Network
URL:=http://openvpn.net
SUBMENU:=VPN
DEPENDS:=+openssl-util
DEPENDS:=+openssl-util +coreutils-stty +coreutils-date
PKGARCH:=all
endef

Expand Down

0 comments on commit df591fb

Please sign in to comment.