Compilation of compat-wireless under LTIB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compilation of compat-wireless under LTIB

1,495 Views
StephenPunak
Contributor I

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

Labels (1)
Tags (2)
0 Kudos
2 Replies

689 Views
StephenPunak
Contributor I

Eric. Thanks. Works perfectly.

0 Kudos

689 Views
EricNelson
Senior Contributor II

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

0 Kudos