diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
commit | d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 (patch) | |
tree | db4864a42da2eb6ea5b12fe9ad11549782eed212 /net/ocserv/Makefile | |
parent | 85695f4561e474a823347cdb2c7a9456d47c4cc6 (diff) |
generic userid: use the new USERID api
recent changes in trunk allow us to specify the userid inside the openwrt makefile.
the info is stored int he meta data of the IPK contorl file and users are generated
by the new generic postinst trigger.
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 42d9584ca..9a5bf2e46 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -34,6 +34,7 @@ define Package/ocserv URL:=http://www.infradead.org/ocserv/ MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> DEPENDS:= +libgnutls +certtool +libncurses +libreadline +OCSERV_PAM:libpam +OCSERV_PROTOBUF:libprotobuf-c + USERID:=ocserv=72:ocserv=72 endef define Package/ocserv/description |