mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Android: Sync makefile changes for HT/VHT overrides
CONFIG_HT_OVERRIDES and CONFIG_VHT_OVERRIDES were already mentioned in android.config, but Android.mk did not yet know about them. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e9ee8dc394
commit
5139008b51
@ -133,6 +133,14 @@ ifdef CONFIG_EAPOL_TEST
|
||||
L_CFLAGS += -Werror -DEAPOL_TEST
|
||||
endif
|
||||
|
||||
ifdef CONFIG_HT_OVERRIDES
|
||||
L_CFLAGS += -DCONFIG_HT_OVERRIDES
|
||||
endif
|
||||
|
||||
ifdef CONFIG_VHT_OVERRIDES
|
||||
L_CFLAGS += -DCONFIG_VHT_OVERRIDES
|
||||
endif
|
||||
|
||||
ifndef CONFIG_BACKEND
|
||||
CONFIG_BACKEND=file
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user