Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 148216 Details for
Bug 228865
Feature Request: Add ipw3945 driver to core or extras
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch the kernel spec file for d80211 intel modified stack and iwlist driver
kernel-2.6-integrate_d80211-iwlwifi.patch (text/x-patch), 1.30 KB, created by
Nicolas Chauvet (kwizart)
on 2007-02-16 18:00:12 UTC
(
hide
)
Description:
patch the kernel spec file for d80211 intel modified stack and iwlist driver
Filename:
MIME Type:
Creator:
Nicolas Chauvet (kwizart)
Created:
2007-02-16 18:00:12 UTC
Size:
1.30 KB
patch
obsolete
>--- SPECS/kernel-2.6.spec_withoutd80211 2007-02-10 20:48:27.000000000 +0100 >+++ SPECS/kernel-2.6.spec 2007-02-16 18:00:35.000000000 +0100 >@@ -264,6 +264,9 @@ > Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2 > Source1: xen-3.0.3-%{xen_hv_cset}.tar.bz2 > Source2: Config.mk >+Source3: http://intellinuxwireless.org/d80211/downloads/d80211-1.0.1.tgz >+Source4: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-0.0.7.tgz >+Source5: d80211-config > > Source10: COPYING.modules > Source11: genkey >@@ -1105,11 +1108,23 @@ > # final stuff > # > >+# Update to the new d80211 stack >+%setup -D -T -q -n %{name}-%{version} -a3 >+%setup -D -T -q -n %{name}-%{version} -a4 >+pushd d80211-1.0.1 >+make KSRC="../linux-%{kversion}.%{_target_cpu}" modified >+make KSRC="../linux-%{kversion}.%{_target_cpu}" patch_kernel >+popd >+pushd iwlwifi-0.0.7 >+make KSRC="../linux-%{kversion}.%{_target_cpu}" patch_kernel >+popd >+cd linux-%{kversion}.%{_target_cpu} > # > # misc small stuff to make things compile or otherwise improve performance > # > %patch10000 -p1 > >+ > # END OF PATCH APPLICATIONS > > cp %{SOURCE10} Documentation/ >@@ -1130,6 +1145,7 @@ > for i in *.config > do > mv $i .config >+ cat %{SOURCE5} >> .config > Arch=`head -1 .config | cut -b 3-` > make ARCH=$Arch nonint_oldconfig > /dev/null > echo "# $Arch" > configs/$i
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 228865
: 148216 |
148217