mbox series

[0/4] hostapd: new configuration options

Message ID 20171223190617.3981-1-alexander.i.mukhin@gmail.com
Headers show
Series hostapd: new configuration options | expand

Message

Alexander Mukhin Dec. 23, 2017, 7:06 p.m. UTC
Below is the list of patches for hostapd to give user more control
on which options to include in the build. As a byproduct, we can drop
dependencies on netlink and threads if the options selected
do not require them.

Alexander Mukhin (4):
  hostapd: select VLAN support
  hostapd: select driver support
  hostapd: make ACS dependent on nl80211
  hostapd: drop default netlink dependency

 package/hostapd/Config.in  | 58 ++++++++++++++++++++++++++++++++++++++++++----
 package/hostapd/hostapd.mk | 51 ++++++++++++++++++++++++++++++----------
 2 files changed, 92 insertions(+), 17 deletions(-)

Comments

Sergey Matyukevich Dec. 24, 2017, 8:51 p.m. UTC | #1
> Below is the list of patches for hostapd to give user more control
> on which options to include in the build. As a byproduct, we can drop
> dependencies on netlink and threads if the options selected
> do not require them.
> 
> Alexander Mukhin (4):
>   hostapd: select VLAN support
>   hostapd: select driver support
>   hostapd: make ACS dependent on nl80211
>   hostapd: drop default netlink dependency

For the whole patch set:
Reviewed-by: Sergey Matyukevich <geomatsi@gmail.com>

Regards,
Sergey