Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194108 - net-wireless/ieee80211 does not build with 2.6.22: "NET_RADIO"
Summary: net-wireless/ieee80211 does not build with 2.6.22: "NET_RADIO"
Status: RESOLVED DUPLICATE of bug 185292
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 16:20 UTC by Manfred Knick
Modified: 2007-09-28 16:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manfred Knick 2007-09-28 16:20:58 UTC
This problem applies for all current ebuilds up to version ~1.2.18 in combination with the current default kernel which is 2.6.22 (-r8) .

emerge net-wireless/ieee80211 checks for CONFIG_NET_RADIO which does not exist in 2.6.22 anymore; it was replaced by CONFIG_WLAN_80211.

In consequence, CONFIG_CHECK must (partly) become dependant upon the kernel version.
For kernels >= 2.6.22,
--> CONFIG_CHECK="NET_RADIO ..."
should be replaced by
--> CONFIG_CHECK="WLAN_80211 ...",
I assume.

Related Bugs:
-->  180008  ::  net-wireless/rtl8187
-->  185618  ::  net-wireless/rt2570

More Bugs to be expected:
-->  cd /usr/portage/net-wireless/  ;  grep -R "NET_RADIO" *

Reproducible: Always
Comment 1 Manfred Knick 2007-09-28 16:31:21 UTC
(In reply to comment #0)

Erratum:

> --> CONFIG_CHECK="WLAN_80211 ..."

Sorry, I fear it should rather read 

--> CONFIG_CHECK="WIRELESS_EXT ..."
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-28 16:40:12 UTC
Don't use this thing.


*** This bug has been marked as a duplicate of bug 185292 ***