Date: Fri, 2 Dec 2005 15:51:18 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Branko <office@pershing.be> Cc: freebsd-questions@freebsd.org Subject: Re: kernel doesnt compile Message-ID: <20051202135118.GA2991@flame.pc> In-Reply-To: <20051202132306.2A740396808@smtp.amis.net> References: <20051202132306.2A740396808@smtp.amis.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-12-02 14:23, Branko <office@pershing.be> wrote: > Hi, > > i have cvsuped today... and new kernel doesnt compile. > > linking kernel > if_ath.o(.text+0x6c): In function `ath_attach': > : undefined reference to `ath_hal_attach' [...] > GENERIC + > options GEOM_BDE > options IPFIREWALL > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_VERBOSE_LIMIT=500 > options IPDIVERT > options TCP_DROP_SYNFIN > options DUMMYNET > options IPSEC > options IPSEC_ESP > device sound > device "snd_via82c686" > device ath > options SC_DISABLE_REBOOT > options IPSTEALTH You have added "device ath" in your kernel config and forgot to include "ath_hal". Please read the comments of `/usr/src/sys/i386/conf/NOTES': [...] # # Network interfaces: # # ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver # (requires sppp) # arl: Aironet Arlan 655 wireless adapters. # ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan) [...]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051202135118.GA2991>