Hi.
Using the MX.25, it looks like we're stuck with 2.6.31 kernel, and we need the ath9k_htc driver.
compat-wireless should be able to provide this, but as the compat-wireless build system is not automake, it looks like I'm going to have to either hand-tool the makefile, or attempt to build on the target.
I'm just wondering if anyone else has come across this and had a successful solution at hand.
Thanks
Eric. Thanks. Works perfectly.
While we don't use LTIB to build compat-wireless, we do use the LTIB cross-compiler to build it.
If you have a kernel configured in ~/linux and arm-none-linux-gnueabi-gcc in your PATH,
you should be able to build like this:
~/compat-wireless$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- KLIB=~/linux KLIB_BUILD=~/linux