Re: Can't build using `CFLAGS="-DCONFIG_DEBUG_SYSLOG -DCONFIG_IEEE80211AC" make`

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Nov 20, 2022 at 2:38 PM Jouni Malinen <j@xxxxx> wrote:
> On Wed, Nov 16, 2022 at 02:25:31PM +0100, Opty wrote:
> > using https://slackbuilds.org/slackbuilds/15.0/network/hostapd/hostapd.defconfig
> > as .config and `CFLAGS="-DCONFIG_DEBUG_SYSLOG -DCONFIG_IEEE80211AC"
> > make`, it fails with:
>
> That's not a valid way to enable CONFIG_IEEE80211AC in the build.
>
> > If i enable CONFIG_IEEE80211AC manually in .config, build passes, am I
> > doing anything wrong? It seems like order/dependency issue.
>
> Adding CONFIG_IEEE80211AC=y into .config is the correct mechanism for
> this. While that build parameter does add -DCONFIG_IEEE80211AC into
> CFLAGS, it also includes ieee802_11_vht.o into the build which is
> something that the command above does not.

Thanks for the hint, I got it working using
`CFLAGS=-DCONFIG_DEBUG_SYSLOG -DCONFIG_IEEE80211AC
OBJS=../src/ap/ieee802_11_vht.o make`. O:-)

Regards,
Opty

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux