Bug 164659 - Add 2.6.19 kernel support to net-wireless/at76c503a
|
Bug#:
164659
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: mobile@gentoo.org
|
Reported By: spock255@hotmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Add 2.6.19 kernel support to net-wireless/at76c503a
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-01-31 06:22 0000
|
The net-wireless/at76c503a module requires linux/config.h from the kernel
source that was depreciated and removed.
Reproducible: Always
Steps to Reproduce:
1.emerge at76c503a
Created an attachment (id=109700) [details]
Version check
Try this patch, I am not sure if its affected by the work queue changes with
2.6.20 - and I don't have the hardware handy, but I figured I would write the
version check patch at least - this patch should apply cleanly to beta1, and
also work with kernels 2.6.19 and below (at least)
I did something similar by hand to make it compile for me, but I am trying out
your patch and cant get it to apply...
I tried to use this in the ebuild:
src_unpack() {
epatch ${FILESDIR}/${P}-version-check.patch
}
I'm sure it is my fault but it is complaining that it can't find the files to
patch.
I also tried to have the ebuild apply the patch and failed. The ebuild seems to
completely bypass unpack(), but I don't know how. I wonder if it has anything
to do with the linux-mod eclass. But I looked at the eclass code and didn't
find anything that seems to override the default behavior of unpack(). I was
going to submit the bug upstream, since that's where I think it belongs, but
... I don't have an account at berlios. Yeah, I know. Laziness kicked in.
ping
The patch easly works when i do it by hand, if someone could add it to the tree
it would be nice :)
thank you patch and cvs ebuild in portage