SPECS: madwifi-ng.spec - fix without kernel build
areq
areq at pld-linux.org
Sat May 10 00:08:25 CEST 2008
Author: areq Date: Fri May 9 22:08:25 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix without kernel build
---- Files affected:
SPECS:
madwifi-ng.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/madwifi-ng.spec
diff -u SPECS/madwifi-ng.spec:1.74 SPECS/madwifi-ng.spec:1.75
--- SPECS/madwifi-ng.spec:1.74 Mon May 5 18:07:33 2008
+++ SPECS/madwifi-ng.spec Sat May 10 00:08:20 2008
@@ -117,9 +117,6 @@
KERNELCONF="%{_kernelsrcdir}/config-%{?with_dist_kernel:dist}%{!?with_dist_kernel:nondist}"
%endif
-%if %{with kernel}
-# kernel module(s)
-
%ifarch alpha %{ix86} %{x8664}
%define target %{_target_base_arch}-elf
%endif
@@ -130,6 +127,9 @@
%define target powerpc-be-elf
%endif
+%if %{with kernel}
+# kernel module(s)
+
# default is ath_rate_sample now compiles, _onoe does not
%define modules_ath ath/ath_pci,ath_hal/ath_hal,ath_rate/sample/ath_rate_sample
%define modules_wlan net80211/wlan,net80211/wlan_{wep,xauth,acl,ccmp,tkip,scan_{ap,sta}}
@@ -203,6 +203,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2008-05-09 22:08:20 areq
+- fix without kernel build
+
Revision 1.74 2008-05-05 16:07:33 hawk
- release 8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/madwifi-ng.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list