Bugzilla – Bug 131550
Error in km_wlan Version 28pre8-16 madwifi-20050901 Atheros Based Wireless Cards
Last modified: 2005-11-02 09:53:27 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''
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.
*** This bug has been marked as a duplicate of 116312 ***