Bug 131550 - Error in km_wlan Version 28pre8-16 madwifi-20050901 Atheros Based Wireless Cards
Summary: Error in km_wlan Version 28pre8-16 madwifi-20050901 Atheros Based Wirel...
Status: RESOLVED DUPLICATE of bug 116312
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Final
Hardware: IA64 SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: Joachim Gleissner
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 13:46 UTC by John Mullen
Modified: 2005-11-02 09:53 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Mullen 2005-10-31 13:46:21 UTC
here is a typographical error in the source code for the current km_wlan
package (Version 28pre8-16).

cd to /usr/src/kernel-modules/madwifi-20050901

The following 4 files must be repaired:

ath/Makefile
ath_hal/Makefile
ath_rate/onoe/Makefile
ath_rate/sample/Makefile

Near the top of each file correct "uanme" to read "uname" in lines that say:

''KERNEL_SOURCE ?= /lib/modules/$(shell uanme -r)/build''
 
should look like:

''KERNEL_SOURCE ?= /lib/modules/$(shell uname -r)/build''
Comment 1 Michael Gross 2005-10-31 15:56:42 UTC
Please always chose the right component -- SUSE Linux X.X, instead of openSUSE (this if for the Wiki at opensuse.org only). Reassigning and changing component.
Comment 2 Joachim Gleissner 2005-11-02 09:53:27 UTC

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