f3bcd69603
Hardcoded CONFIG_IEEE80211N to be included to clean up implementation. More or less all new devices support IEEE 802.11n (HT) and there is not much need for being able to remove that functionality from the build. Included this unconditionally to get rid of one more build options and to keep things simpler. Signed-off-by: Jouni Malinen <j@w1.fi>
15 lines
206 B
Text
15 lines
206 B
Text
CONFIG_NO_STDOUT_DEBUG=y
|
|
|
|
CONFIG_NO_RADIUS=y
|
|
#CONFIG_NO_ACCOUNTING=y
|
|
|
|
CONFIG_NO_VLAN=y
|
|
CONFIG_NO_CTRL_IFACE=y
|
|
|
|
CFLAGS += -Werror
|
|
|
|
CFLAGS += -DCONFIG_NO_HOSTAPD_LOGGER
|
|
|
|
CONFIG_NO_AES_EXTRAS=y
|
|
|
|
CFLAGS += -Os
|