Compilation of compat-wireless under LTIB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Compilation of compat-wireless under LTIB

1,527件の閲覧回数
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

ラベル(1)
タグ(2)
0 件の賞賛
返信
2 返答(返信)

721件の閲覧回数
StephenPunak
Contributor I

Eric. Thanks. Works perfectly.

0 件の賞賛
返信

721件の閲覧回数
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 件の賞賛
返信