浏览代码

hostapd: enable airtime policy for the -basic variants

Airtime policy configuration is extremely useful in multiple BSS scenarios.
Since nowadays most people configure both private and guest networks (at
least), it makes sense to enable it by default, except for the most limited
of the variants.

Size of the hostapd-basic-openssl binary (mipsel 24Kc -O2):
543944 bytes (airtime policy disabled)
548040 bytes (airtime policy enabled)

Signed-off-by: Rui Salvaterra <[email protected]>
Acked-by: Daniel Golle <[email protected]>
Rui Salvaterra 5 年之前
父节点
当前提交
d38f456582
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/network/services/hostapd/files/hostapd-basic.config

+ 1 - 1
package/network/services/hostapd/files/hostapd-basic.config

@@ -384,7 +384,7 @@ CONFIG_TLS=internal
 #CONFIG_OWE=y
 #CONFIG_OWE=y
 
 
 # Airtime policy support
 # Airtime policy support
-#CONFIG_AIRTIME_POLICY=y
+CONFIG_AIRTIME_POLICY=y
 
 
 # Override default value for the wpa_disable_eapol_key_retries configuration
 # Override default value for the wpa_disable_eapol_key_retries configuration
 # parameter. See that parameter in hostapd.conf for more details.
 # parameter. See that parameter in hostapd.conf for more details.