b013715fc5
wants this for use with Eduroam. - add an rc script and README. - remove non-useful wpa_priv patch. README tweak from ajacoutot, ok gsoares dcoppa
37 lines
699 B
Plaintext
37 lines
699 B
Plaintext
# $OpenBSD: config,v 1.3 2013/02/06 17:27:13 sthen Exp $
|
|
# see defconfig and README for notes
|
|
|
|
CFLAGS += -I${LOCALBASE}/include/PCSC
|
|
LIBS += -L${LOCALBASE}/lib
|
|
|
|
CONFIG_BACKEND=file
|
|
CONFIG_CTRL_IFACE=y
|
|
CONFIG_DRIVER_WIRED=y
|
|
CONFIG_DRIVER_OPENBSD=y
|
|
CONFIG_IEEE8021X_EAPOL=y
|
|
CONFIG_PEERKEY=y
|
|
CONFIG_PKCS12=y
|
|
|
|
CONFIG_EAP_MD5=y
|
|
CONFIG_EAP_MSCHAPV2=y
|
|
CONFIG_EAP_TLS=y
|
|
CONFIG_EAP_PEAP=y
|
|
CONFIG_EAP_TTLS=y
|
|
CONFIG_EAP_FAST=y
|
|
CONFIG_EAP_GTC=y
|
|
CONFIG_EAP_OTP=y
|
|
CONFIG_EAP_PSK=y
|
|
CONFIG_EAP_SAKE=y
|
|
CONFIG_EAP_GPSK=y
|
|
CONFIG_EAP_PAX=y
|
|
CONFIG_EAP_LEAP=y
|
|
CONFIG_EAP_IKEV2=y
|
|
|
|
CONFIG_EAP_AKA=y
|
|
CONFIG_EAP_SIM=y
|
|
CONFIG_PCSC=y
|
|
CONFIG_SMARTCARD=y
|
|
|
|
# privilege separation, see README. not working yet.
|
|
# CONFIG_PRIVSEP=y
|