Kernel does not build on 10.0-CURRENT (amd64)

Adrian Chadd adrian at freebsd.org
Fri Jan 6 21:42:07 UTC 2012


On 6 January 2012 10:19, Rainer Hurling <rhurlin at gwdg.de> wrote:

> I commented all wireless network drivers and their options out. But the
> error remains. Is it necessary to have this option uncommented even when the
> driver ath is commented out?

Yes, because of how the wlan/ath modules are built. You need to have
AH_SUPPORT_AR5416 in the kernel config file, as the driver/module
currently doesn't build without it.

I'll eventually fix that, but right now I just want to leave that
option in and not hack up the Makefile to define said option.
Otherwise other options (eg enabling 11n, enabling hal debugging, etc)
are completely ignored when building modules.

Same with IEEE80211_SUPPORT_MESH i believe. I should really re-verify that.


Adrian


More information about the freebsd-current mailing list