Bug 131550

Summary: Error in km_wlan Version 28pre8-16 madwifi-20050901 Atheros Based Wireless Cards
Product: [openSUSE] SUSE LINUX 10.0 Reporter: John Mullen <jpmullen>
Component: NetworkAssignee: Joachim Gleissner <joachim.gleissner>
Status: RESOLVED DUPLICATE QA Contact: Adrian Schröter <adrian.schroeter>
Severity: Minor    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: IA64   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 ***