Hi folks, I'm here to show you how to fix this problem during the kernel compilation:
Inside your kernel configuration add these lines below:
and rerun the command [cmd=]make buildkernel KERNCONF=MYKERNEL[/cmd] and after that [cmd=]make buildinstall KERNCONF=MYKERNEL[/cmd]
See ya! If you have questions, let me know!
Code:
undefined reference to 'ath_hal_computetxtime'
Inside your kernel configuration add these lines below:
Code:
device ath
device ath_ral
See ya! If you have questions, let me know!