diff options
author | Jouni Malinen <j@w1.fi> | 2008-12-07 19:24:56 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-12-07 19:24:56 +0200 |
commit | a9d1364c5fd29a4afe2b45443c6e539ee6cc1e4e (patch) | |
tree | c7a0743c2fa2a1d0b4f82edd5eb696abc20a8342 /hostapd/Makefile | |
parent | 01b05694372c718f88d921785f8f1133e9992c36 (diff) | |
download | external_wpa_supplicant_8_ti-a9d1364c5fd29a4afe2b45443c6e539ee6cc1e4e.zip external_wpa_supplicant_8_ti-a9d1364c5fd29a4afe2b45443c6e539ee6cc1e4e.tar.gz external_wpa_supplicant_8_ti-a9d1364c5fd29a4afe2b45443c6e539ee6cc1e4e.tar.bz2 |
Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLog
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 19324d5..5061413 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -214,8 +214,6 @@ endif ifdef CONFIG_EAP_AKA_PRIME CFLAGS += -DEAP_AKA_PRIME -OBJS += ../src/eap_server/eap_aka_prime.o -CONFIG_EAP_SIM_COMMON=y endif ifdef CONFIG_EAP_SIM_COMMON |