From 5ac517ecca88f37045e37a8904792f5a1125c6df Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 28 Jan 2008 17:24:50 +0000 Subject: [PATCH] mac80211 and iwlwifi - first draft --- kernel-2.6.spec | 25 +++++++++++++++++++++++++ sources | 2 ++ 2 files changed, 27 insertions(+) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 401fbe2c3..59300e52c 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -161,6 +161,12 @@ Patch550: linux-2.6-550-raise-default-nfile-ulimit.patch Patch560: linux-2.6-560-mmconf.patch Patch570: linux-2.6-570-tagxid.patch +# See also the file named 'sources' here for the related checksums +%define mac80211_version 10.0.4 +Patch600: http://intellinuxwireless.org/mac80211/downloads/mac80211-%{mac80211_version}.tgz +%define iwlwifi_version 1.2.23 +Patch601: http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-%{iwlwifi_version}.tgz + BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root %description @@ -345,6 +351,18 @@ KERNEL_PREVIOUS=vanilla %ApplyPatch %vini_pl_patch %endif +# Run the mac80211 stuff in the kernel tree holding the last patch +tar -xzf %{expand:%{PATCH600}} +pushd mac80211-%{mac80211_version} +mac80211_makeflags="KSRC=../$KERNEL_PREVIOUS" +make $mac80211_makeflags modified +make $mac80211_makeflags source +make $mac80211_makeflags patch_kernel +popd + +# Untar iwlwifi in the same place - needs to be compiled later +tar -xzf %{expand:%{PATCH601}} + rm -fr linux-%{kversion} ln -sf $KERNEL_PREVIOUS linux-%{kversion} cd linux-%{kversion} @@ -403,6 +421,10 @@ BuildKernel() { make -s ARCH=$Arch %{?_smp_mflags} $MakeTarget make -s ARCH=$Arch %{?_smp_mflags} modules || exit 1 + # build the iwlwifi driver + make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \ + KSRC=%{_builddir}/kernel-%{kversion}/linux-%{_target_cpu}-%{kversion}$Flavour + # Start installing the results %if "%{_enable_debug_packages}" == "1" @@ -423,6 +445,9 @@ BuildKernel() { mkdir -p $RPM_BUILD_ROOT/lib/modules/$KernelVer make -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT modules_install KERNELRELEASE=$KernelVer + # install iwlwifi + make -C %{_builddir}/kernel-%{kversion}/iwlwifi-%{iwlwifi_version} ARCH=$Arch \ + KMISC=$RPM_BUILD_ROOT/lib/modules/$KernelVer/kernel/drivers/net/wireless install # And save the headers/makefiles etc for building modules against # diff --git a/sources b/sources index 60ee1221f..5395fc771 100644 --- a/sources +++ b/sources @@ -1,2 +1,4 @@ 2e230d005c002fb3d38a3ca07c0200d0 http://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 bb2f544c816d50c1e872db7dab771526 http://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.22.14.bz2 +206302227c1eff2b2067651859c13794 http://intellinuxwireless.org/mac80211/downloads/mac80211-10.0.4.tgz +0a6ae714ba5cb22d55f6b6fd2e29dc2d http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.2.23.tgz -- 2.47.0