Ernillew / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

kernel 3.0 #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to build against kernel 3.0
2. failure
3.

What is the expected output? What do you see instead?
build is started

What version of the product are you using?

Please provide any additional information below.
build system is not ready to handle 3.x kernels

Original issue reported on code.google.com by omikh...@gmail.com on 30 Sep 2011 at 9:28

GoogleCodeExporter commented 9 years ago
wut? please provide details

Original comment by themiron.ru on 30 Sep 2011 at 10:01

GoogleCodeExporter commented 9 years ago
Read http://code.google.com/p/wl500g/wiki/CompilingCustomFirmware

Neither our build system, nor Broadcom SDK we have, don't support kernels other 
than 2.6.22 due to binary blobs of WiFi driver.

Original comment by lly.dev on 1 Oct 2011 at 9:42

GoogleCodeExporter commented 9 years ago
but I don't think WiFi drivers should prevent me from building modules (I'm 
building RAID) from the more recent kernels...

Original comment by omikh...@gmail.com on 1 Oct 2011 at 10:10

GoogleCodeExporter commented 9 years ago
All kernel modules are strongly depends from kernel internal structures, which 
is modified between kernel releases. Even modprobe/insmod verify version info 
and refuse to load module from different kernel.

In other words, you can't switch to any recent kernel. Only backports are 
possible. You must read kernel documentation before creating such issues.

Original comment by lly.dev on 1 Oct 2011 at 10:54